Shades of Chilean Fire #D55020
Tints of Chilean Fire #D55020
RGB
CMYK
RGB Variations
Color information
#D55020 (or 0xD55020) is known color: Chilean Fire. HEX triplet: D5, 50 and 20. RGB value is (213,80,32). Sum of RGB (Red+Green+Blue) = 213+80+32=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D55020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55020 is #2AAFDF. Grayscale: #727272. Windows color (decimal): -2797536 or 2117845. OLE color: 2117845.
HSL color Cylindrical-coordinate representation of color #D55020: hue angle of 15.91º degrees, saturation: 0.74, 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 #D55020 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 32 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.16 |
| HSL | 15.91º | 0.74% | 0.48% | - |
| HSV(B) | 15.91º | 0.85% | 0.84% | - |
| XYZ | 30.57 | 19.99 | 3.61 | - |
| YUV | 114.3 | 81.56 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 32 | 0 | 0.62 | 0.85 | 0.16 | 15.91 | 0.74 | 0.48 |
| Hex | D5 | 50 | 20 | 0 | 3E | 55 | 10 | 10 | 4A | 30 |
| Octal | 325 | 120 | 40 | 0 | 76 | 125 | 20 | 20 | 112 | 60 |
| Binary | 11010101 | 1010000 | 100000 | 0 | 111110 | 1010101 | 10000 | 10000 | 1001010 | 110000 |
Color Harmonies of #D55020
Complementary color
Monochromatic Colors of #D55020
Black with #D55020
Text Example
Text Example
White with #D55020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55020; }
p { color: rgb(213,80,32); }
H1.HeaderClassName
{
color: #D55020;
}
.AnyTagClassName
{
color: #D55020;
}
</style>
background-color css
<style>
a { background-color: #D55020; }
a { background-color: rgb(213,80,32); }
div.DivClassName
{
background-color: #D55020;
}
.BgClassName
{
background-color: #D55020;
}
</style>
border-color css
<style>
span { border-color: #D55020; }
span { border-color: rgb(213,80,32); }
td.TdClassName
{
border-color: #D55020;
}
.TagClassName
{
border-color: #D55020;
}
</style>