Shades of Chilean Fire #D55422
Tints of Chilean Fire #D55422
RGB
CMYK
RGB Variations
Color information
#D55422 (or 0xD55422) is known color: Chilean Fire. HEX triplet: D5, 54 and 22. RGB value is (213,84,34). Sum of RGB (Red+Green+Blue) = 213+84+34=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 34 (13.67% from 255 or 10.27% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D55422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55422 is #2AABDD. Grayscale: #757575. Windows color (decimal): -2796510 or 2249941. OLE color: 2249941.
HSL color Cylindrical-coordinate representation of color #D55422: hue angle of 16.76º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D55422 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 34 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.16 |
| HSL | 16.76º | 0.72% | 0.48% | - |
| HSV(B) | 16.76º | 0.84% | 0.84% | - |
| XYZ | 30.9 | 20.6 | 3.86 | - |
| YUV | 116.87 | 81.24 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 34 | 0 | 0.61 | 0.84 | 0.16 | 16.76 | 0.72 | 0.48 |
| Hex | D5 | 54 | 22 | 0 | 3D | 54 | 10 | 11 | 48 | 30 |
| Octal | 325 | 124 | 42 | 0 | 75 | 124 | 20 | 21 | 110 | 60 |
| Binary | 11010101 | 1010100 | 100010 | 0 | 111101 | 1010100 | 10000 | 10001 | 1001000 | 110000 |
Color Harmonies of #D55422
Complementary color
Monochromatic Colors of #D55422
Black with #D55422
Text Example
Text Example
White with #D55422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55422; }
p { color: rgb(213,84,34); }
H1.HeaderClassName
{
color: #D55422;
}
.AnyTagClassName
{
color: #D55422;
}
</style>
background-color css
<style>
a { background-color: #D55422; }
a { background-color: rgb(213,84,34); }
div.DivClassName
{
background-color: #D55422;
}
.BgClassName
{
background-color: #D55422;
}
</style>
border-color css
<style>
span { border-color: #D55422; }
span { border-color: rgb(213,84,34); }
td.TdClassName
{
border-color: #D55422;
}
.TagClassName
{
border-color: #D55422;
}
</style>