Shades of Chilean Fire #D9512A
Tints of Chilean Fire #D9512A
RGB
CMYK
RGB Variations
Color information
#D9512A (or 0xD9512A) is known color: Chilean Fire. HEX triplet: D9, 51 and 2A. RGB value is (217,81,42). Sum of RGB (Red+Green+Blue) = 217+81+42=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D9512A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9512A is #26AED5. Grayscale: #757575. Windows color (decimal): -2535126 or 2773465. OLE color: 2773465.
HSL color Cylindrical-coordinate representation of color #D9512A: hue angle of 13.37º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9512A is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 42 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.15 |
| HSL | 13.37º | 0.7% | 0.51% | - |
| HSV(B) | 13.37º | 0.81% | 0.85% | - |
| XYZ | 31.98 | 20.8 | 4.52 | - |
| YUV | 117.22 | 85.56 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 42 | 0 | 0.63 | 0.81 | 0.15 | 13.37 | 0.7 | 0.51 |
| Hex | D9 | 51 | 2A | 0 | 3F | 51 | F | D | 46 | 33 |
| Octal | 331 | 121 | 52 | 0 | 77 | 121 | 17 | 15 | 106 | 63 |
| Binary | 11011001 | 1010001 | 101010 | 0 | 111111 | 1010001 | 1111 | 1101 | 1000110 | 110011 |
Color Harmonies of #D9512A
Complementary color
Monochromatic Colors of #D9512A
Black with #D9512A
Text Example
Text Example
White with #D9512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9512A; }
p { color: rgb(217,81,42); }
H1.HeaderClassName
{
color: #D9512A;
}
.AnyTagClassName
{
color: #D9512A;
}
</style>
background-color css
<style>
a { background-color: #D9512A; }
a { background-color: rgb(217,81,42); }
div.DivClassName
{
background-color: #D9512A;
}
.BgClassName
{
background-color: #D9512A;
}
</style>
border-color css
<style>
span { border-color: #D9512A; }
span { border-color: rgb(217,81,42); }
td.TdClassName
{
border-color: #D9512A;
}
.TagClassName
{
border-color: #D9512A;
}
</style>