Shades of Chilean Fire #D9512F
Tints of Chilean Fire #D9512F
RGB
CMYK
RGB Variations
Color information
#D9512F (or 0xD9512F) is known color: Chilean Fire. HEX triplet: D9, 51 and 2F. RGB value is (217,81,47). Sum of RGB (Red+Green+Blue) = 217+81+47=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D9512F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9512F is #26AED0. Grayscale: #767676. Windows color (decimal): -2535121 or 3101145. OLE color: 3101145.
HSL color Cylindrical-coordinate representation of color #D9512F: hue angle of 12º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9512F is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 47 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.15 |
| HSL | 12º | 0.69% | 0.52% | - |
| HSV(B) | 12º | 0.78% | 0.85% | - |
| XYZ | 32.07 | 20.84 | 5.02 | - |
| YUV | 117.79 | 88.06 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 47 | 0 | 0.63 | 0.78 | 0.15 | 12 | 0.69 | 0.52 |
| Hex | D9 | 51 | 2F | 0 | 3F | 4E | F | C | 45 | 34 |
| Octal | 331 | 121 | 57 | 0 | 77 | 116 | 17 | 14 | 105 | 64 |
| Binary | 11011001 | 1010001 | 101111 | 0 | 111111 | 1001110 | 1111 | 1100 | 1000101 | 110100 |
Color Harmonies of #D9512F
Complementary color
Monochromatic Colors of #D9512F
Black with #D9512F
Text Example
Text Example
White with #D9512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9512F; }
p { color: rgb(217,81,47); }
H1.HeaderClassName
{
color: #D9512F;
}
.AnyTagClassName
{
color: #D9512F;
}
</style>
background-color css
<style>
a { background-color: #D9512F; }
a { background-color: rgb(217,81,47); }
div.DivClassName
{
background-color: #D9512F;
}
.BgClassName
{
background-color: #D9512F;
}
</style>
border-color css
<style>
span { border-color: #D9512F; }
span { border-color: rgb(217,81,47); }
td.TdClassName
{
border-color: #D9512F;
}
.TagClassName
{
border-color: #D9512F;
}
</style>