Shades of Chilean Fire #D45129
Tints of Chilean Fire #D45129
RGB
CMYK
RGB Variations
Color information
#D45129 (or 0xD45129) is known color: Chilean Fire. HEX triplet: D4, 51 and 29. RGB value is (212,81,41). Sum of RGB (Red+Green+Blue) = 212+81+41=334 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.47% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 212 - color contains mainly: red. Hex color #D45129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45129 is #2BAED6. Grayscale: #737373. Windows color (decimal): -2862807 or 2707924. OLE color: 2707924.
HSL color Cylindrical-coordinate representation of color #D45129: hue angle of 14.04º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D45129 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 81 | 41 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.17 |
| HSL | 14.04º | 0.68% | 0.5% | - |
| HSV(B) | 14.04º | 0.81% | 0.83% | - |
| XYZ | 30.49 | 20.04 | 4.36 | - |
| YUV | 115.61 | 85.9 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 81 | 41 | 0 | 0.62 | 0.81 | 0.17 | 14.04 | 0.68 | 0.5 |
| Hex | D4 | 51 | 29 | 0 | 3E | 51 | 11 | E | 44 | 32 |
| Octal | 324 | 121 | 51 | 0 | 76 | 121 | 21 | 16 | 104 | 62 |
| Binary | 11010100 | 1010001 | 101001 | 0 | 111110 | 1010001 | 10001 | 1110 | 1000100 | 110010 |
Color Harmonies of #D45129
Complementary color
Monochromatic Colors of #D45129
Black with #D45129
Text Example
Text Example
White with #D45129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45129; }
p { color: rgb(212,81,41); }
H1.HeaderClassName
{
color: #D45129;
}
.AnyTagClassName
{
color: #D45129;
}
</style>
background-color css
<style>
a { background-color: #D45129; }
a { background-color: rgb(212,81,41); }
div.DivClassName
{
background-color: #D45129;
}
.BgClassName
{
background-color: #D45129;
}
</style>
border-color css
<style>
span { border-color: #D45129; }
span { border-color: rgb(212,81,41); }
td.TdClassName
{
border-color: #D45129;
}
.TagClassName
{
border-color: #D45129;
}
</style>