Shades of Chilean Fire #D55836
Tints of Chilean Fire #D55836
RGB
CMYK
RGB Variations
Color information
#D55836 (or 0xD55836) is known color: Chilean Fire. HEX triplet: D5, 58 and 36. RGB value is (213,88,54). Sum of RGB (Red+Green+Blue) = 213+88+54=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D55836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55836 is #2AA7C9. Grayscale: #797979. Windows color (decimal): -2795466 or 3561685. OLE color: 3561685.
HSL color Cylindrical-coordinate representation of color #D55836: hue angle of 12.83º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D55836 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 54 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.16 |
| HSL | 12.83º | 0.65% | 0.52% | - |
| HSV(B) | 12.83º | 0.75% | 0.84% | - |
| XYZ | 31.6 | 21.39 | 5.95 | - |
| YUV | 121.5 | 89.91 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 54 | 0 | 0.59 | 0.75 | 0.16 | 12.83 | 0.65 | 0.52 |
| Hex | D5 | 58 | 36 | 0 | 3B | 4B | 10 | D | 41 | 34 |
| Octal | 325 | 130 | 66 | 0 | 73 | 113 | 20 | 15 | 101 | 64 |
| Binary | 11010101 | 1011000 | 110110 | 0 | 111011 | 1001011 | 10000 | 1101 | 1000001 | 110100 |
Color Harmonies of #D55836
Complementary color
Monochromatic Colors of #D55836
Black with #D55836
Text Example
Text Example
White with #D55836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55836; }
p { color: rgb(213,88,54); }
H1.HeaderClassName
{
color: #D55836;
}
.AnyTagClassName
{
color: #D55836;
}
</style>
background-color css
<style>
a { background-color: #D55836; }
a { background-color: rgb(213,88,54); }
div.DivClassName
{
background-color: #D55836;
}
.BgClassName
{
background-color: #D55836;
}
</style>
border-color css
<style>
span { border-color: #D55836; }
span { border-color: rgb(213,88,54); }
td.TdClassName
{
border-color: #D55836;
}
.TagClassName
{
border-color: #D55836;
}
</style>