Shades of Chilean Fire #D95524
Tints of Chilean Fire #D95524
RGB
CMYK
RGB Variations
Color information
#D95524 (or 0xD95524) is known color: Chilean Fire. HEX triplet: D9, 55 and 24. RGB value is (217,85,36). Sum of RGB (Red+Green+Blue) = 217+85+36=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D95524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95524 is #26AADB. Grayscale: #777777. Windows color (decimal): -2534108 or 2381273. OLE color: 2381273.
HSL color Cylindrical-coordinate representation of color #D95524: hue angle of 16.24º 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 #D95524 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 36 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.15 |
| HSL | 16.24º | 0.72% | 0.5% | - |
| HSV(B) | 16.24º | 0.83% | 0.85% | - |
| XYZ | 32.18 | 21.38 | 4.1 | - |
| YUV | 118.88 | 81.23 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 36 | 0 | 0.61 | 0.83 | 0.15 | 16.24 | 0.72 | 0.5 |
| Hex | D9 | 55 | 24 | 0 | 3D | 53 | F | 10 | 48 | 32 |
| Octal | 331 | 125 | 44 | 0 | 75 | 123 | 17 | 20 | 110 | 62 |
| Binary | 11011001 | 1010101 | 100100 | 0 | 111101 | 1010011 | 1111 | 10000 | 1001000 | 110010 |
Color Harmonies of #D95524
Complementary color
Monochromatic Colors of #D95524
Black with #D95524
Text Example
Text Example
White with #D95524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95524; }
p { color: rgb(217,85,36); }
H1.HeaderClassName
{
color: #D95524;
}
.AnyTagClassName
{
color: #D95524;
}
</style>
background-color css
<style>
a { background-color: #D95524; }
a { background-color: rgb(217,85,36); }
div.DivClassName
{
background-color: #D95524;
}
.BgClassName
{
background-color: #D95524;
}
</style>
border-color css
<style>
span { border-color: #D95524; }
span { border-color: rgb(217,85,36); }
td.TdClassName
{
border-color: #D95524;
}
.TagClassName
{
border-color: #D95524;
}
</style>