✓ Copied to clipboard
#C04000 color swatch preview — Color From Pic.
#C04000 color swatch

#C04000

#C04000

📝 Color Information

The hexadecimal color code #C04000 represents a dark shade in the red family. In the RGB color model, this color is composed of 192 red, 64 green, and 0 blue, which translates to approximately 75% red, 25% green, and 0% blue. This makes it a highly saturated color with warm undertones that can evoke different emotional responses depending on its application. When analyzed in the HSL (Hue, Saturation, Lightness) color space, #C04000 has a hue of 20 degrees, a saturation level of 100%, and a lightness value of 38%. The hue angle of places this color firmly in the red spectrum. In the HSV/HSB color model, this translates to a hue of , saturation of 100%, and brightness/value of 75%. For print applications using the CMYK color model, #C04000 would be reproduced using 0% cyan, 67% magenta, 100% yellow, and 25% black. The closest web-safe color is #CC3300, which may be useful for ensuring compatibility across older displays and systems. This color works well in various design contexts. With its medium lightness, it's versatile enough for both foreground elements and subtle backgrounds. The high saturation makes this color vibrant and attention-grabbing, ideal for call-to-action buttons, highlights, and accent elements. When pairing #C04000 with other colors, consider its complementary color at hue 200° for maximum contrast, or use analogous colors within 30° of its hue for harmonious combinations. The decimal representation of this color is 12599296, which can be useful in certain programming contexts.

🔢 Color Conversion

Tailwind CSS
orange-700
HEX
#C04000
RGB
rgb(192, 64, 0)
RGB %
75%, 25%, 0%
HSL
hsl(20, 100%, 38%)
HSV
hsv(20, 100%, 75%)
CMYK
0%, 67%, 100%, 25%
Decimal
12599296
Web Safe
#CC3300

🎨 Color Schemes

Complementary
Analogous
Triadic
Split Complementary
Tetradic (Rectangle)

🔄 Alternatives to #C04000

🌗 Shades and Tints

Shades (adding black)
Tints (adding white)

🎚️ Tones of #C04000

Tones (adding gray / desaturating)

🌈 Hue Variations of #C04000

Hue Variations (shifting the color spectrum)

👁️ Preview

Text on #C04000
This demonstrates text readability on the color background. (Click to edit)
#C04000 as Text
This shows the color used as text on white. (Click to edit)

👓 Color Blindness Simulator

Check how a color is perceived by people with different types of color blindness to create more accessible designs. Understanding color perception helps ensure your content is accessible to everyone.

📋 CSS Code

:root { --color-hex: #C04000; --color-rgb: 192, 64, 0; --color-hsl: 20, 100%, 38%; } .bg-color { background-color: #C04000; } .text-color { color: #C04000; } .border-color { border-color: #C04000; }