Shades of Chilean Fire #D7512D
Tints of Chilean Fire #D7512D
RGB
CMYK
RGB Variations
Color information
#D7512D (or 0xD7512D) is known color: Chilean Fire. HEX triplet: D7, 51 and 2D. RGB value is (215,81,45). Sum of RGB (Red+Green+Blue) = 215+81+45=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D7512D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7512D is #28AED2. Grayscale: #757575. Windows color (decimal): -2666195 or 2970071. OLE color: 2970071.
HSL color Cylindrical-coordinate representation of color #D7512D: hue angle of 12.71º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7512D is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 45 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.16 |
| HSL | 12.71º | 0.68% | 0.51% | - |
| HSV(B) | 12.71º | 0.79% | 0.84% | - |
| XYZ | 31.44 | 20.52 | 4.79 | - |
| YUV | 116.96 | 87.39 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 45 | 0 | 0.62 | 0.79 | 0.16 | 12.71 | 0.68 | 0.51 |
| Hex | D7 | 51 | 2D | 0 | 3E | 4F | 10 | D | 44 | 33 |
| Octal | 327 | 121 | 55 | 0 | 76 | 117 | 20 | 15 | 104 | 63 |
| Binary | 11010111 | 1010001 | 101101 | 0 | 111110 | 1001111 | 10000 | 1101 | 1000100 | 110011 |
Color Harmonies of #D7512D
Complementary color
Monochromatic Colors of #D7512D
Black with #D7512D
Text Example
Text Example
White with #D7512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7512D; }
p { color: rgb(215,81,45); }
H1.HeaderClassName
{
color: #D7512D;
}
.AnyTagClassName
{
color: #D7512D;
}
</style>
background-color css
<style>
a { background-color: #D7512D; }
a { background-color: rgb(215,81,45); }
div.DivClassName
{
background-color: #D7512D;
}
.BgClassName
{
background-color: #D7512D;
}
</style>
border-color css
<style>
span { border-color: #D7512D; }
span { border-color: rgb(215,81,45); }
td.TdClassName
{
border-color: #D7512D;
}
.TagClassName
{
border-color: #D7512D;
}
</style>