Shades of Chilean Fire #D55722
Tints of Chilean Fire #D55722
RGB
CMYK
RGB Variations
Color information
#D55722 (or 0xD55722) is known color: Chilean Fire. HEX triplet: D5, 57 and 22. RGB value is (213,87,34). Sum of RGB (Red+Green+Blue) = 213+87+34=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D55722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55722 is #2AA8DD. Grayscale: #767676. Windows color (decimal): -2795742 or 2250709. OLE color: 2250709.
HSL color Cylindrical-coordinate representation of color #D55722: hue angle of 17.77º 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 #D55722 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 34 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.16 |
| HSL | 17.77º | 0.72% | 0.48% | - |
| HSV(B) | 17.77º | 0.84% | 0.84% | - |
| XYZ | 31.14 | 21.08 | 3.94 | - |
| YUV | 118.63 | 80.24 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 34 | 0 | 0.59 | 0.84 | 0.16 | 17.77 | 0.72 | 0.48 |
| Hex | D5 | 57 | 22 | 0 | 3B | 54 | 10 | 12 | 48 | 30 |
| Octal | 325 | 127 | 42 | 0 | 73 | 124 | 20 | 22 | 110 | 60 |
| Binary | 11010101 | 1010111 | 100010 | 0 | 111011 | 1010100 | 10000 | 10010 | 1001000 | 110000 |
Color Harmonies of #D55722
Complementary color
Monochromatic Colors of #D55722
Black with #D55722
Text Example
Text Example
White with #D55722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55722; }
p { color: rgb(213,87,34); }
H1.HeaderClassName
{
color: #D55722;
}
.AnyTagClassName
{
color: #D55722;
}
</style>
background-color css
<style>
a { background-color: #D55722; }
a { background-color: rgb(213,87,34); }
div.DivClassName
{
background-color: #D55722;
}
.BgClassName
{
background-color: #D55722;
}
</style>
border-color css
<style>
span { border-color: #D55722; }
span { border-color: rgb(213,87,34); }
td.TdClassName
{
border-color: #D55722;
}
.TagClassName
{
border-color: #D55722;
}
</style>