Shades of Chilean Fire #D96231
Tints of Chilean Fire #D96231
RGB
CMYK
RGB Variations
Color information
#D96231 (or 0xD96231) is known color: Chilean Fire. HEX triplet: D9, 62 and 31. RGB value is (217,98,49). Sum of RGB (Red+Green+Blue) = 217+98+49=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D96231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96231 is #269DCE. Grayscale: #808080. Windows color (decimal): -2530767 or 3236569. OLE color: 3236569.
HSL color Cylindrical-coordinate representation of color #D96231: hue angle of 17.5º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D96231 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 98 | 49 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.15 |
| HSL | 17.5º | 0.69% | 0.52% | - |
| HSV(B) | 17.5º | 0.77% | 0.85% | - |
| XYZ | 33.54 | 23.71 | 5.71 | - |
| YUV | 128 | 83.42 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 49 | 0 | 0.55 | 0.77 | 0.15 | 17.5 | 0.69 | 0.52 |
| Hex | D9 | 62 | 31 | 0 | 37 | 4D | F | 12 | 45 | 34 |
| Octal | 331 | 142 | 61 | 0 | 67 | 115 | 17 | 22 | 105 | 64 |
| Binary | 11011001 | 1100010 | 110001 | 0 | 110111 | 1001101 | 1111 | 10010 | 1000101 | 110100 |
Color Harmonies of #D96231
Complementary color
Monochromatic Colors of #D96231
Black with #D96231
Text Example
Text Example
White with #D96231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96231; }
p { color: rgb(217,98,49); }
H1.HeaderClassName
{
color: #D96231;
}
.AnyTagClassName
{
color: #D96231;
}
</style>
background-color css
<style>
a { background-color: #D96231; }
a { background-color: rgb(217,98,49); }
div.DivClassName
{
background-color: #D96231;
}
.BgClassName
{
background-color: #D96231;
}
</style>
border-color css
<style>
span { border-color: #D96231; }
span { border-color: rgb(217,98,49); }
td.TdClassName
{
border-color: #D96231;
}
.TagClassName
{
border-color: #D96231;
}
</style>