Shades of Chilean Fire #D55021
Tints of Chilean Fire #D55021
RGB
CMYK
RGB Variations
Color information
#D55021 (or 0xD55021) is known color: Chilean Fire. HEX triplet: D5, 50 and 21. RGB value is (213,80,33). Sum of RGB (Red+Green+Blue) = 213+80+33=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D55021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55021 is #2AAFDE. Grayscale: #727272. Windows color (decimal): -2797535 or 2183381. OLE color: 2183381.
HSL color Cylindrical-coordinate representation of color #D55021: hue angle of 15.67º 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 #D55021 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 33 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.16 |
| HSL | 15.67º | 0.73% | 0.48% | - |
| HSV(B) | 15.67º | 0.85% | 0.84% | - |
| XYZ | 30.58 | 19.99 | 3.69 | - |
| YUV | 114.41 | 82.06 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 33 | 0 | 0.62 | 0.85 | 0.16 | 15.67 | 0.73 | 0.48 |
| Hex | D5 | 50 | 21 | 0 | 3E | 55 | 10 | 10 | 49 | 30 |
| Octal | 325 | 120 | 41 | 0 | 76 | 125 | 20 | 20 | 111 | 60 |
| Binary | 11010101 | 1010000 | 100001 | 0 | 111110 | 1010101 | 10000 | 10000 | 1001001 | 110000 |
Color Harmonies of #D55021
Complementary color
Monochromatic Colors of #D55021
Black with #D55021
Text Example
Text Example
White with #D55021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55021; }
p { color: rgb(213,80,33); }
H1.HeaderClassName
{
color: #D55021;
}
.AnyTagClassName
{
color: #D55021;
}
</style>
background-color css
<style>
a { background-color: #D55021; }
a { background-color: rgb(213,80,33); }
div.DivClassName
{
background-color: #D55021;
}
.BgClassName
{
background-color: #D55021;
}
</style>
border-color css
<style>
span { border-color: #D55021; }
span { border-color: rgb(213,80,33); }
td.TdClassName
{
border-color: #D55021;
}
.TagClassName
{
border-color: #D55021;
}
</style>