Shades of Chilean Fire #D55436
Tints of Chilean Fire #D55436
RGB
CMYK
RGB Variations
Color information
#D55436 (or 0xD55436) is known color: Chilean Fire. HEX triplet: D5, 54 and 36. RGB value is (213,84,54). Sum of RGB (Red+Green+Blue) = 213+84+54=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 54 (21.48% from 255 or 15.38% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D55436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55436 is #2AABC9. Grayscale: #777777. Windows color (decimal): -2796490 or 3560661. OLE color: 3560661.
HSL color Cylindrical-coordinate representation of color #D55436: hue angle of 11.32º 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 #D55436 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 54 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.16 |
| HSL | 11.32º | 0.65% | 0.52% | - |
| HSV(B) | 11.32º | 0.75% | 0.84% | - |
| XYZ | 31.28 | 20.75 | 5.85 | - |
| YUV | 119.15 | 91.24 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 54 | 0 | 0.61 | 0.75 | 0.16 | 11.32 | 0.65 | 0.52 |
| Hex | D5 | 54 | 36 | 0 | 3D | 4B | 10 | B | 41 | 34 |
| Octal | 325 | 124 | 66 | 0 | 75 | 113 | 20 | 13 | 101 | 64 |
| Binary | 11010101 | 1010100 | 110110 | 0 | 111101 | 1001011 | 10000 | 1011 | 1000001 | 110100 |
Color Harmonies of #D55436
Complementary color
Monochromatic Colors of #D55436
Black with #D55436
Text Example
Text Example
White with #D55436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55436; }
p { color: rgb(213,84,54); }
H1.HeaderClassName
{
color: #D55436;
}
.AnyTagClassName
{
color: #D55436;
}
</style>
background-color css
<style>
a { background-color: #D55436; }
a { background-color: rgb(213,84,54); }
div.DivClassName
{
background-color: #D55436;
}
.BgClassName
{
background-color: #D55436;
}
</style>
border-color css
<style>
span { border-color: #D55436; }
span { border-color: rgb(213,84,54); }
td.TdClassName
{
border-color: #D55436;
}
.TagClassName
{
border-color: #D55436;
}
</style>