Shades of Chilean Fire #D94F24
Tints of Chilean Fire #D94F24
RGB
CMYK
RGB Variations
Color information
#D94F24 (or 0xD94F24) is known color: Chilean Fire. HEX triplet: D9, 4F and 24. RGB value is (217,79,36). Sum of RGB (Red+Green+Blue) = 217+79+36=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94F24 is #26B0DB. Grayscale: #737373. Windows color (decimal): -2535644 or 2379737. OLE color: 2379737.
HSL color Cylindrical-coordinate representation of color #D94F24: hue angle of 14.25º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D94F24 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 36 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.15 |
| HSL | 14.25º | 0.72% | 0.5% | - |
| HSV(B) | 14.25º | 0.83% | 0.85% | - |
| XYZ | 31.73 | 20.47 | 3.95 | - |
| YUV | 115.36 | 83.22 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 36 | 0 | 0.64 | 0.83 | 0.15 | 14.25 | 0.72 | 0.5 |
| Hex | D9 | 4F | 24 | 0 | 40 | 53 | F | E | 48 | 32 |
| Octal | 331 | 117 | 44 | 0 | 100 | 123 | 17 | 16 | 110 | 62 |
| Binary | 11011001 | 1001111 | 100100 | 0 | 1000000 | 1010011 | 1111 | 1110 | 1001000 | 110010 |
Color Harmonies of #D94F24
Complementary color
Monochromatic Colors of #D94F24
Black with #D94F24
Text Example
Text Example
White with #D94F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94F24; }
p { color: rgb(217,79,36); }
H1.HeaderClassName
{
color: #D94F24;
}
.AnyTagClassName
{
color: #D94F24;
}
</style>
background-color css
<style>
a { background-color: #D94F24; }
a { background-color: rgb(217,79,36); }
div.DivClassName
{
background-color: #D94F24;
}
.BgClassName
{
background-color: #D94F24;
}
</style>
border-color css
<style>
span { border-color: #D94F24; }
span { border-color: rgb(217,79,36); }
td.TdClassName
{
border-color: #D94F24;
}
.TagClassName
{
border-color: #D94F24;
}
</style>