Shades of Chilean Fire #D95131
Tints of Chilean Fire #D95131
RGB
CMYK
RGB Variations
Color information
#D95131 (or 0xD95131) is known color: Chilean Fire. HEX triplet: D9, 51 and 31. RGB value is (217,81,49). Sum of RGB (Red+Green+Blue) = 217+81+49=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D95131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95131 is #26AECE. Grayscale: #767676. Windows color (decimal): -2535119 or 3232217. OLE color: 3232217.
HSL color Cylindrical-coordinate representation of color #D95131: hue angle of 11.43º 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 #D95131 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 49 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.15 |
| HSL | 11.43º | 0.69% | 0.52% | - |
| HSV(B) | 11.43º | 0.77% | 0.85% | - |
| XYZ | 32.11 | 20.86 | 5.24 | - |
| YUV | 118.02 | 89.06 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 49 | 0 | 0.63 | 0.77 | 0.15 | 11.43 | 0.69 | 0.52 |
| Hex | D9 | 51 | 31 | 0 | 3F | 4D | F | B | 45 | 34 |
| Octal | 331 | 121 | 61 | 0 | 77 | 115 | 17 | 13 | 105 | 64 |
| Binary | 11011001 | 1010001 | 110001 | 0 | 111111 | 1001101 | 1111 | 1011 | 1000101 | 110100 |
Color Harmonies of #D95131
Complementary color
Monochromatic Colors of #D95131
Black with #D95131
Text Example
Text Example
White with #D95131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95131; }
p { color: rgb(217,81,49); }
H1.HeaderClassName
{
color: #D95131;
}
.AnyTagClassName
{
color: #D95131;
}
</style>
background-color css
<style>
a { background-color: #D95131; }
a { background-color: rgb(217,81,49); }
div.DivClassName
{
background-color: #D95131;
}
.BgClassName
{
background-color: #D95131;
}
</style>
border-color css
<style>
span { border-color: #D95131; }
span { border-color: rgb(217,81,49); }
td.TdClassName
{
border-color: #D95131;
}
.TagClassName
{
border-color: #D95131;
}
</style>