Shades of Chilean Fire #D95F32
Tints of Chilean Fire #D95F32
RGB
CMYK
RGB Variations
Color information
#D95F32 (or 0xD95F32) is known color: Chilean Fire. HEX triplet: D9, 5F and 32. RGB value is (217,95,50). Sum of RGB (Red+Green+Blue) = 217+95+50=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95F32 is #26A0CD. Grayscale: #7E7E7E. Windows color (decimal): -2531534 or 3301337. OLE color: 3301337.
HSL color Cylindrical-coordinate representation of color #D95F32: hue angle of 16.17º 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 #D95F32 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 95 | 50 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.15 |
| HSL | 16.17º | 0.69% | 0.52% | - |
| HSV(B) | 16.17º | 0.77% | 0.85% | - |
| XYZ | 33.28 | 23.17 | 5.73 | - |
| YUV | 126.35 | 84.92 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 95 | 50 | 0 | 0.56 | 0.77 | 0.15 | 16.17 | 0.69 | 0.52 |
| Hex | D9 | 5F | 32 | 0 | 38 | 4D | F | 10 | 45 | 34 |
| Octal | 331 | 137 | 62 | 0 | 70 | 115 | 17 | 20 | 105 | 64 |
| Binary | 11011001 | 1011111 | 110010 | 0 | 111000 | 1001101 | 1111 | 10000 | 1000101 | 110100 |
Color Harmonies of #D95F32
Complementary color
Monochromatic Colors of #D95F32
Black with #D95F32
Text Example
Text Example
White with #D95F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95F32; }
p { color: rgb(217,95,50); }
H1.HeaderClassName
{
color: #D95F32;
}
.AnyTagClassName
{
color: #D95F32;
}
</style>
background-color css
<style>
a { background-color: #D95F32; }
a { background-color: rgb(217,95,50); }
div.DivClassName
{
background-color: #D95F32;
}
.BgClassName
{
background-color: #D95F32;
}
</style>
border-color css
<style>
span { border-color: #D95F32; }
span { border-color: rgb(217,95,50); }
td.TdClassName
{
border-color: #D95F32;
}
.TagClassName
{
border-color: #D95F32;
}
</style>