Shades of Chilean Fire #DC4E1C
Tints of Chilean Fire #DC4E1C
RGB
CMYK
RGB Variations
Color information
#DC4E1C (or 0xDC4E1C) is known color: Chilean Fire. HEX triplet: DC, 4E and 1C. RGB value is (220,78,28). Sum of RGB (Red+Green+Blue) = 220+78+28=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4E1C is #23B1E3. Grayscale: #737373. Windows color (decimal): -2339300 or 1855196. OLE color: 1855196.
HSL color Cylindrical-coordinate representation of color #DC4E1C: hue angle of 15.62º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC4E1C is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 28 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.14 |
| HSL | 15.63º | 0.77% | 0.49% | - |
| HSV(B) | 15.63º | 0.87% | 0.86% | - |
| XYZ | 32.45 | 20.75 | 3.39 | - |
| YUV | 114.76 | 79.04 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 28 | 0 | 0.65 | 0.87 | 0.14 | 15.63 | 0.77 | 0.49 |
| Hex | DC | 4E | 1C | 0 | 41 | 57 | E | 10 | 4D | 31 |
| Octal | 334 | 116 | 34 | 0 | 101 | 127 | 16 | 20 | 115 | 61 |
| Binary | 11011100 | 1001110 | 11100 | 0 | 1000001 | 1010111 | 1110 | 10000 | 1001101 | 110001 |
Color Harmonies of #DC4E1C
Complementary color
Monochromatic Colors of #DC4E1C
Black with #DC4E1C
Text Example
Text Example
White with #DC4E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E1C; }
p { color: rgb(220,78,28); }
H1.HeaderClassName
{
color: #DC4E1C;
}
.AnyTagClassName
{
color: #DC4E1C;
}
</style>
background-color css
<style>
a { background-color: #DC4E1C; }
a { background-color: rgb(220,78,28); }
div.DivClassName
{
background-color: #DC4E1C;
}
.BgClassName
{
background-color: #DC4E1C;
}
</style>
border-color css
<style>
span { border-color: #DC4E1C; }
span { border-color: rgb(220,78,28); }
td.TdClassName
{
border-color: #DC4E1C;
}
.TagClassName
{
border-color: #DC4E1C;
}
</style>