Shades of Chilean Fire #DC602B
Tints of Chilean Fire #DC602B
RGB
CMYK
RGB Variations
Color information
#DC602B (or 0xDC602B) is known color: Chilean Fire. HEX triplet: DC, 60 and 2B. RGB value is (220,96,43). Sum of RGB (Red+Green+Blue) = 220+96+43=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC602B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC602B is #239FD4. Grayscale: #7F7F7F. Windows color (decimal): -2334677 or 2842844. OLE color: 2842844.
HSL color Cylindrical-coordinate representation of color #DC602B: hue angle of 17.97º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC602B is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 43 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.14 |
| HSL | 17.97º | 0.72% | 0.52% | - |
| HSV(B) | 17.97º | 0.8% | 0.86% | - |
| XYZ | 34.13 | 23.76 | 5.07 | - |
| YUV | 127.03 | 80.58 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 43 | 0 | 0.56 | 0.80 | 0.14 | 17.97 | 0.72 | 0.52 |
| Hex | DC | 60 | 2B | 0 | 38 | 50 | E | 12 | 48 | 34 |
| Octal | 334 | 140 | 53 | 0 | 70 | 120 | 16 | 22 | 110 | 64 |
| Binary | 11011100 | 1100000 | 101011 | 0 | 111000 | 1010000 | 1110 | 10010 | 1001000 | 110100 |
Color Harmonies of #DC602B
Complementary color
Monochromatic Colors of #DC602B
Black with #DC602B
Text Example
Text Example
White with #DC602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC602B; }
p { color: rgb(220,96,43); }
H1.HeaderClassName
{
color: #DC602B;
}
.AnyTagClassName
{
color: #DC602B;
}
</style>
background-color css
<style>
a { background-color: #DC602B; }
a { background-color: rgb(220,96,43); }
div.DivClassName
{
background-color: #DC602B;
}
.BgClassName
{
background-color: #DC602B;
}
</style>
border-color css
<style>
span { border-color: #DC602B; }
span { border-color: rgb(220,96,43); }
td.TdClassName
{
border-color: #DC602B;
}
.TagClassName
{
border-color: #DC602B;
}
</style>