Shades of Chilean Fire #D7512C
Tints of Chilean Fire #D7512C
RGB
CMYK
RGB Variations
Color information
#D7512C (or 0xD7512C) is known color: Chilean Fire. HEX triplet: D7, 51 and 2C. RGB value is (215,81,44). Sum of RGB (Red+Green+Blue) = 215+81+44=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D7512C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7512C is #28AED3. Grayscale: #757575. Windows color (decimal): -2666196 or 2904535. OLE color: 2904535.
HSL color Cylindrical-coordinate representation of color #D7512C: hue angle of 12.98º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7512C is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 44 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.16 |
| HSL | 12.98º | 0.68% | 0.51% | - |
| HSV(B) | 12.98º | 0.8% | 0.84% | - |
| XYZ | 31.42 | 20.51 | 4.69 | - |
| YUV | 116.85 | 86.89 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 44 | 0 | 0.62 | 0.80 | 0.16 | 12.98 | 0.68 | 0.51 |
| Hex | D7 | 51 | 2C | 0 | 3E | 50 | 10 | D | 44 | 33 |
| Octal | 327 | 121 | 54 | 0 | 76 | 120 | 20 | 15 | 104 | 63 |
| Binary | 11010111 | 1010001 | 101100 | 0 | 111110 | 1010000 | 10000 | 1101 | 1000100 | 110011 |
Color Harmonies of #D7512C
Complementary color
Monochromatic Colors of #D7512C
Black with #D7512C
Text Example
Text Example
White with #D7512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7512C; }
p { color: rgb(215,81,44); }
H1.HeaderClassName
{
color: #D7512C;
}
.AnyTagClassName
{
color: #D7512C;
}
</style>
background-color css
<style>
a { background-color: #D7512C; }
a { background-color: rgb(215,81,44); }
div.DivClassName
{
background-color: #D7512C;
}
.BgClassName
{
background-color: #D7512C;
}
</style>
border-color css
<style>
span { border-color: #D7512C; }
span { border-color: rgb(215,81,44); }
td.TdClassName
{
border-color: #D7512C;
}
.TagClassName
{
border-color: #D7512C;
}
</style>