Shades of Chilean Fire #D55936
Tints of Chilean Fire #D55936
RGB
CMYK
RGB Variations
Color information
#D55936 (or 0xD55936) is known color: Chilean Fire. HEX triplet: D5, 59 and 36. RGB value is (213,89,54). Sum of RGB (Red+Green+Blue) = 213+89+54=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D55936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55936 is #2AA6C9. Grayscale: #7A7A7A. Windows color (decimal): -2795210 or 3561941. OLE color: 3561941.
HSL color Cylindrical-coordinate representation of color #D55936: hue angle of 13.21º 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 #D55936 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 54 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.16 |
| HSL | 13.21º | 0.65% | 0.52% | - |
| HSV(B) | 13.21º | 0.75% | 0.84% | - |
| XYZ | 31.68 | 21.56 | 5.98 | - |
| YUV | 122.09 | 89.58 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 54 | 0 | 0.58 | 0.75 | 0.16 | 13.21 | 0.65 | 0.52 |
| Hex | D5 | 59 | 36 | 0 | 3A | 4B | 10 | D | 41 | 34 |
| Octal | 325 | 131 | 66 | 0 | 72 | 113 | 20 | 15 | 101 | 64 |
| Binary | 11010101 | 1011001 | 110110 | 0 | 111010 | 1001011 | 10000 | 1101 | 1000001 | 110100 |
Color Harmonies of #D55936
Complementary color
Monochromatic Colors of #D55936
Black with #D55936
Text Example
Text Example
White with #D55936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55936; }
p { color: rgb(213,89,54); }
H1.HeaderClassName
{
color: #D55936;
}
.AnyTagClassName
{
color: #D55936;
}
</style>
background-color css
<style>
a { background-color: #D55936; }
a { background-color: rgb(213,89,54); }
div.DivClassName
{
background-color: #D55936;
}
.BgClassName
{
background-color: #D55936;
}
</style>
border-color css
<style>
span { border-color: #D55936; }
span { border-color: rgb(213,89,54); }
td.TdClassName
{
border-color: #D55936;
}
.TagClassName
{
border-color: #D55936;
}
</style>