Shades of Chilean Fire #D55220
Tints of Chilean Fire #D55220
RGB
CMYK
RGB Variations
Color information
#D55220 (or 0xD55220) is known color: Chilean Fire. HEX triplet: D5, 52 and 20. RGB value is (213,82,32). Sum of RGB (Red+Green+Blue) = 213+82+32=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D55220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55220 is #2AADDF. Grayscale: #737373. Windows color (decimal): -2797024 or 2118357. OLE color: 2118357.
HSL color Cylindrical-coordinate representation of color #D55220: hue angle of 16.57º 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 #D55220 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 32 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.16 |
| HSL | 16.57º | 0.74% | 0.48% | - |
| HSV(B) | 16.57º | 0.85% | 0.84% | - |
| XYZ | 30.72 | 20.29 | 3.66 | - |
| YUV | 115.47 | 80.9 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 32 | 0 | 0.62 | 0.85 | 0.16 | 16.57 | 0.74 | 0.48 |
| Hex | D5 | 52 | 20 | 0 | 3E | 55 | 10 | 11 | 4A | 30 |
| Octal | 325 | 122 | 40 | 0 | 76 | 125 | 20 | 21 | 112 | 60 |
| Binary | 11010101 | 1010010 | 100000 | 0 | 111110 | 1010101 | 10000 | 10001 | 1001010 | 110000 |
Color Harmonies of #D55220
Complementary color
Monochromatic Colors of #D55220
Black with #D55220
Text Example
Text Example
White with #D55220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55220; }
p { color: rgb(213,82,32); }
H1.HeaderClassName
{
color: #D55220;
}
.AnyTagClassName
{
color: #D55220;
}
</style>
background-color css
<style>
a { background-color: #D55220; }
a { background-color: rgb(213,82,32); }
div.DivClassName
{
background-color: #D55220;
}
.BgClassName
{
background-color: #D55220;
}
</style>
border-color css
<style>
span { border-color: #D55220; }
span { border-color: rgb(213,82,32); }
td.TdClassName
{
border-color: #D55220;
}
.TagClassName
{
border-color: #D55220;
}
</style>