Shades of Chilean Fire #D55221
Tints of Chilean Fire #D55221
RGB
CMYK
RGB Variations
Color information
#D55221 (or 0xD55221) is known color: Chilean Fire. HEX triplet: D5, 52 and 21. RGB value is (213,82,33). Sum of RGB (Red+Green+Blue) = 213+82+33=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 33 (13.28% from 255 or 10.06% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D55221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55221 is #2AADDE. Grayscale: #737373. Windows color (decimal): -2797023 or 2183893. OLE color: 2183893.
HSL color Cylindrical-coordinate representation of color #D55221: hue angle of 16.33º 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 #D55221 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 33 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.16 |
| HSL | 16.33º | 0.73% | 0.48% | - |
| HSV(B) | 16.33º | 0.85% | 0.84% | - |
| XYZ | 30.73 | 20.29 | 3.74 | - |
| YUV | 115.58 | 81.4 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 33 | 0 | 0.62 | 0.85 | 0.16 | 16.33 | 0.73 | 0.48 |
| Hex | D5 | 52 | 21 | 0 | 3E | 55 | 10 | 10 | 49 | 30 |
| Octal | 325 | 122 | 41 | 0 | 76 | 125 | 20 | 20 | 111 | 60 |
| Binary | 11010101 | 1010010 | 100001 | 0 | 111110 | 1010101 | 10000 | 10000 | 1001001 | 110000 |
Color Harmonies of #D55221
Complementary color
Monochromatic Colors of #D55221
Black with #D55221
Text Example
Text Example
White with #D55221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55221; }
p { color: rgb(213,82,33); }
H1.HeaderClassName
{
color: #D55221;
}
.AnyTagClassName
{
color: #D55221;
}
</style>
background-color css
<style>
a { background-color: #D55221; }
a { background-color: rgb(213,82,33); }
div.DivClassName
{
background-color: #D55221;
}
.BgClassName
{
background-color: #D55221;
}
</style>
border-color css
<style>
span { border-color: #D55221; }
span { border-color: rgb(213,82,33); }
td.TdClassName
{
border-color: #D55221;
}
.TagClassName
{
border-color: #D55221;
}
</style>