Shades of Chilean Fire #D9512D
Tints of Chilean Fire #D9512D
RGB
CMYK
RGB Variations
Color information
#D9512D (or 0xD9512D) is known color: Chilean Fire. HEX triplet: D9, 51 and 2D. RGB value is (217,81,45). Sum of RGB (Red+Green+Blue) = 217+81+45=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D9512D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9512D is #26AED2. Grayscale: #757575. Windows color (decimal): -2535123 or 2970073. OLE color: 2970073.
HSL color Cylindrical-coordinate representation of color #D9512D: hue angle of 12.56º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9512D is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 45 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.15 |
| HSL | 12.56º | 0.69% | 0.51% | - |
| HSV(B) | 12.56º | 0.79% | 0.85% | - |
| XYZ | 32.03 | 20.83 | 4.81 | - |
| YUV | 117.56 | 87.06 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 45 | 0 | 0.63 | 0.79 | 0.15 | 12.56 | 0.69 | 0.51 |
| Hex | D9 | 51 | 2D | 0 | 3F | 4F | F | D | 45 | 33 |
| Octal | 331 | 121 | 55 | 0 | 77 | 117 | 17 | 15 | 105 | 63 |
| Binary | 11011001 | 1010001 | 101101 | 0 | 111111 | 1001111 | 1111 | 1101 | 1000101 | 110011 |
Color Harmonies of #D9512D
Complementary color
Monochromatic Colors of #D9512D
Black with #D9512D
Text Example
Text Example
White with #D9512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9512D; }
p { color: rgb(217,81,45); }
H1.HeaderClassName
{
color: #D9512D;
}
.AnyTagClassName
{
color: #D9512D;
}
</style>
background-color css
<style>
a { background-color: #D9512D; }
a { background-color: rgb(217,81,45); }
div.DivClassName
{
background-color: #D9512D;
}
.BgClassName
{
background-color: #D9512D;
}
</style>
border-color css
<style>
span { border-color: #D9512D; }
span { border-color: rgb(217,81,45); }
td.TdClassName
{
border-color: #D9512D;
}
.TagClassName
{
border-color: #D9512D;
}
</style>