Shades of Chilean Fire #D45121
Tints of Chilean Fire #D45121
RGB
CMYK
RGB Variations
Color information
#D45121 (or 0xD45121) is known color: Chilean Fire. HEX triplet: D4, 51 and 21. RGB value is (212,81,33). Sum of RGB (Red+Green+Blue) = 212+81+33=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D45121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45121 is #2BAEDE. Grayscale: #737373. Windows color (decimal): -2862815 or 2183636. OLE color: 2183636.
HSL color Cylindrical-coordinate representation of color #D45121: hue angle of 16.09º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D45121 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 81 | 33 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.17 |
| HSL | 16.09º | 0.73% | 0.48% | - |
| HSV(B) | 16.09º | 0.84% | 0.83% | - |
| XYZ | 30.37 | 19.99 | 3.7 | - |
| YUV | 114.7 | 81.9 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 81 | 33 | 0 | 0.62 | 0.84 | 0.17 | 16.09 | 0.73 | 0.48 |
| Hex | D4 | 51 | 21 | 0 | 3E | 54 | 11 | 10 | 49 | 30 |
| Octal | 324 | 121 | 41 | 0 | 76 | 124 | 21 | 20 | 111 | 60 |
| Binary | 11010100 | 1010001 | 100001 | 0 | 111110 | 1010100 | 10001 | 10000 | 1001001 | 110000 |
Color Harmonies of #D45121
Complementary color
Monochromatic Colors of #D45121
Black with #D45121
Text Example
Text Example
White with #D45121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45121; }
p { color: rgb(212,81,33); }
H1.HeaderClassName
{
color: #D45121;
}
.AnyTagClassName
{
color: #D45121;
}
</style>
background-color css
<style>
a { background-color: #D45121; }
a { background-color: rgb(212,81,33); }
div.DivClassName
{
background-color: #D45121;
}
.BgClassName
{
background-color: #D45121;
}
</style>
border-color css
<style>
span { border-color: #D45121; }
span { border-color: rgb(212,81,33); }
td.TdClassName
{
border-color: #D45121;
}
.TagClassName
{
border-color: #D45121;
}
</style>