Shades of Chilean Fire #D55129
Tints of Chilean Fire #D55129
RGB
CMYK
RGB Variations
Color information
#D55129 (or 0xD55129) is known color: Chilean Fire. HEX triplet: D5, 51 and 29. RGB value is (213,81,41). Sum of RGB (Red+Green+Blue) = 213+81+41=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D55129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55129 is #2AAED6. Grayscale: #747474. Windows color (decimal): -2797271 or 2707925. OLE color: 2707925.
HSL color Cylindrical-coordinate representation of color #D55129: hue angle of 13.95º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D55129 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 41 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.16 |
| HSL | 13.95º | 0.68% | 0.5% | - |
| HSV(B) | 13.95º | 0.81% | 0.84% | - |
| XYZ | 30.78 | 20.19 | 4.37 | - |
| YUV | 115.91 | 85.73 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 41 | 0 | 0.62 | 0.81 | 0.16 | 13.95 | 0.68 | 0.5 |
| Hex | D5 | 51 | 29 | 0 | 3E | 51 | 10 | E | 44 | 32 |
| Octal | 325 | 121 | 51 | 0 | 76 | 121 | 20 | 16 | 104 | 62 |
| Binary | 11010101 | 1010001 | 101001 | 0 | 111110 | 1010001 | 10000 | 1110 | 1000100 | 110010 |
Color Harmonies of #D55129
Complementary color
Monochromatic Colors of #D55129
Black with #D55129
Text Example
Text Example
White with #D55129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55129; }
p { color: rgb(213,81,41); }
H1.HeaderClassName
{
color: #D55129;
}
.AnyTagClassName
{
color: #D55129;
}
</style>
background-color css
<style>
a { background-color: #D55129; }
a { background-color: rgb(213,81,41); }
div.DivClassName
{
background-color: #D55129;
}
.BgClassName
{
background-color: #D55129;
}
</style>
border-color css
<style>
span { border-color: #D55129; }
span { border-color: rgb(213,81,41); }
td.TdClassName
{
border-color: #D55129;
}
.TagClassName
{
border-color: #D55129;
}
</style>