Shades of Chilean Fire #D55622
Tints of Chilean Fire #D55622
RGB
CMYK
RGB Variations
Color information
#D55622 (or 0xD55622) is known color: Chilean Fire. HEX triplet: D5, 56 and 22. RGB value is (213,86,34). Sum of RGB (Red+Green+Blue) = 213+86+34=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D55622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55622 is #2AA9DD. Grayscale: #767676. Windows color (decimal): -2795998 or 2250453. OLE color: 2250453.
HSL color Cylindrical-coordinate representation of color #D55622: hue angle of 17.43º 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 #D55622 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 34 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.16 |
| HSL | 17.43º | 0.72% | 0.48% | - |
| HSV(B) | 17.43º | 0.84% | 0.84% | - |
| XYZ | 31.06 | 20.92 | 3.91 | - |
| YUV | 118.05 | 80.58 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 34 | 0 | 0.60 | 0.84 | 0.16 | 17.43 | 0.72 | 0.48 |
| Hex | D5 | 56 | 22 | 0 | 3C | 54 | 10 | 11 | 48 | 30 |
| Octal | 325 | 126 | 42 | 0 | 74 | 124 | 20 | 21 | 110 | 60 |
| Binary | 11010101 | 1010110 | 100010 | 0 | 111100 | 1010100 | 10000 | 10001 | 1001000 | 110000 |
Color Harmonies of #D55622
Complementary color
Monochromatic Colors of #D55622
Black with #D55622
Text Example
Text Example
White with #D55622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55622; }
p { color: rgb(213,86,34); }
H1.HeaderClassName
{
color: #D55622;
}
.AnyTagClassName
{
color: #D55622;
}
</style>
background-color css
<style>
a { background-color: #D55622; }
a { background-color: rgb(213,86,34); }
div.DivClassName
{
background-color: #D55622;
}
.BgClassName
{
background-color: #D55622;
}
</style>
border-color css
<style>
span { border-color: #D55622; }
span { border-color: rgb(213,86,34); }
td.TdClassName
{
border-color: #D55622;
}
.TagClassName
{
border-color: #D55622;
}
</style>