Shades of Chilean Fire #D85A24
Tints of Chilean Fire #D85A24
RGB
CMYK
RGB Variations
Color information
#D85A24 (or 0xD85A24) is known color: Chilean Fire. HEX triplet: D8, 5A and 24. RGB value is (216,90,36). Sum of RGB (Red+Green+Blue) = 216+90+36=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A24 is #27A5DB. Grayscale: #797979. Windows color (decimal): -2598364 or 2382552. OLE color: 2382552.
HSL color Cylindrical-coordinate representation of color #D85A24: hue angle of 18º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D85A24 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 36 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.15 |
| HSL | 18º | 0.71% | 0.49% | - |
| HSV(B) | 18º | 0.83% | 0.85% | - |
| XYZ | 32.29 | 22.04 | 4.22 | - |
| YUV | 121.52 | 79.74 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 36 | 0 | 0.58 | 0.83 | 0.15 | 18 | 0.71 | 0.49 |
| Hex | D8 | 5A | 24 | 0 | 3A | 53 | F | 12 | 47 | 31 |
| Octal | 330 | 132 | 44 | 0 | 72 | 123 | 17 | 22 | 107 | 61 |
| Binary | 11011000 | 1011010 | 100100 | 0 | 111010 | 1010011 | 1111 | 10010 | 1000111 | 110001 |
Color Harmonies of #D85A24
Complementary color
Monochromatic Colors of #D85A24
Black with #D85A24
Text Example
Text Example
White with #D85A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A24; }
p { color: rgb(216,90,36); }
H1.HeaderClassName
{
color: #D85A24;
}
.AnyTagClassName
{
color: #D85A24;
}
</style>
background-color css
<style>
a { background-color: #D85A24; }
a { background-color: rgb(216,90,36); }
div.DivClassName
{
background-color: #D85A24;
}
.BgClassName
{
background-color: #D85A24;
}
</style>
border-color css
<style>
span { border-color: #D85A24; }
span { border-color: rgb(216,90,36); }
td.TdClassName
{
border-color: #D85A24;
}
.TagClassName
{
border-color: #D85A24;
}
</style>