Shades of Chilean Fire #D95431
Tints of Chilean Fire #D95431
RGB
CMYK
RGB Variations
Color information
#D95431 (or 0xD95431) is known color: Chilean Fire. HEX triplet: D9, 54 and 31. RGB value is (217,84,49). Sum of RGB (Red+Green+Blue) = 217+84+49=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D95431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95431 is #26ABCE. Grayscale: #787878. Windows color (decimal): -2534351 or 3232985. OLE color: 3232985.
HSL color Cylindrical-coordinate representation of color #D95431: hue angle of 12.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 #D95431 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 49 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.15 |
| HSL | 12.5º | 0.69% | 0.52% | - |
| HSV(B) | 12.5º | 0.77% | 0.85% | - |
| XYZ | 32.34 | 21.31 | 5.32 | - |
| YUV | 119.78 | 88.06 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 49 | 0 | 0.61 | 0.77 | 0.15 | 12.5 | 0.69 | 0.52 |
| Hex | D9 | 54 | 31 | 0 | 3D | 4D | F | C | 45 | 34 |
| Octal | 331 | 124 | 61 | 0 | 75 | 115 | 17 | 14 | 105 | 64 |
| Binary | 11011001 | 1010100 | 110001 | 0 | 111101 | 1001101 | 1111 | 1100 | 1000101 | 110100 |
Color Harmonies of #D95431
Complementary color
Monochromatic Colors of #D95431
Black with #D95431
Text Example
Text Example
White with #D95431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95431; }
p { color: rgb(217,84,49); }
H1.HeaderClassName
{
color: #D95431;
}
.AnyTagClassName
{
color: #D95431;
}
</style>
background-color css
<style>
a { background-color: #D95431; }
a { background-color: rgb(217,84,49); }
div.DivClassName
{
background-color: #D95431;
}
.BgClassName
{
background-color: #D95431;
}
</style>
border-color css
<style>
span { border-color: #D95431; }
span { border-color: rgb(217,84,49); }
td.TdClassName
{
border-color: #D95431;
}
.TagClassName
{
border-color: #D95431;
}
</style>