Shades of Chilean Fire #D96237
Tints of Chilean Fire #D96237
RGB
CMYK
RGB Variations
Color information
#D96237 (or 0xD96237) is known color: Chilean Fire. HEX triplet: D9, 62 and 37. RGB value is (217,98,55). Sum of RGB (Red+Green+Blue) = 217+98+55=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D96237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96237 is #269DC8. Grayscale: #808080. Windows color (decimal): -2530761 or 3629785. OLE color: 3629785.
HSL color Cylindrical-coordinate representation of color #D96237: hue angle of 15.93º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D96237 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 98 | 55 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.15 |
| HSL | 15.93º | 0.68% | 0.53% | - |
| HSV(B) | 15.93º | 0.75% | 0.85% | - |
| XYZ | 33.67 | 23.76 | 6.43 | - |
| YUV | 128.68 | 86.42 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 55 | 0 | 0.55 | 0.75 | 0.15 | 15.93 | 0.68 | 0.53 |
| Hex | D9 | 62 | 37 | 0 | 37 | 4B | F | 10 | 44 | 35 |
| Octal | 331 | 142 | 67 | 0 | 67 | 113 | 17 | 20 | 104 | 65 |
| Binary | 11011001 | 1100010 | 110111 | 0 | 110111 | 1001011 | 1111 | 10000 | 1000100 | 110101 |
Color Harmonies of #D96237
Complementary color
Monochromatic Colors of #D96237
Black with #D96237
Text Example
Text Example
White with #D96237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96237; }
p { color: rgb(217,98,55); }
H1.HeaderClassName
{
color: #D96237;
}
.AnyTagClassName
{
color: #D96237;
}
</style>
background-color css
<style>
a { background-color: #D96237; }
a { background-color: rgb(217,98,55); }
div.DivClassName
{
background-color: #D96237;
}
.BgClassName
{
background-color: #D96237;
}
</style>
border-color css
<style>
span { border-color: #D96237; }
span { border-color: rgb(217,98,55); }
td.TdClassName
{
border-color: #D96237;
}
.TagClassName
{
border-color: #D96237;
}
</style>