Shades of Chilean Fire #D55121
Tints of Chilean Fire #D55121
RGB
CMYK
RGB Variations
Color information
#D55121 (or 0xD55121) is known color: Chilean Fire. HEX triplet: D5, 51 and 21. RGB value is (213,81,33). Sum of RGB (Red+Green+Blue) = 213+81+33=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D55121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55121 is #2AAEDE. Grayscale: #737373. Windows color (decimal): -2797279 or 2183637. OLE color: 2183637.
HSL color Cylindrical-coordinate representation of color #D55121: hue angle of 16º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D55121 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 33 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.16 |
| HSL | 16º | 0.73% | 0.48% | - |
| HSV(B) | 16º | 0.85% | 0.84% | - |
| XYZ | 30.66 | 20.14 | 3.71 | - |
| YUV | 115 | 81.73 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 33 | 0 | 0.62 | 0.85 | 0.16 | 16 | 0.73 | 0.48 |
| Hex | D5 | 51 | 21 | 0 | 3E | 55 | 10 | 10 | 49 | 30 |
| Octal | 325 | 121 | 41 | 0 | 76 | 125 | 20 | 20 | 111 | 60 |
| Binary | 11010101 | 1010001 | 100001 | 0 | 111110 | 1010101 | 10000 | 10000 | 1001001 | 110000 |
Color Harmonies of #D55121
Complementary color
Monochromatic Colors of #D55121
Black with #D55121
Text Example
Text Example
White with #D55121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55121; }
p { color: rgb(213,81,33); }
H1.HeaderClassName
{
color: #D55121;
}
.AnyTagClassName
{
color: #D55121;
}
</style>
background-color css
<style>
a { background-color: #D55121; }
a { background-color: rgb(213,81,33); }
div.DivClassName
{
background-color: #D55121;
}
.BgClassName
{
background-color: #D55121;
}
</style>
border-color css
<style>
span { border-color: #D55121; }
span { border-color: rgb(213,81,33); }
td.TdClassName
{
border-color: #D55121;
}
.TagClassName
{
border-color: #D55121;
}
</style>