Shades of Chilean Fire #D55536
Tints of Chilean Fire #D55536
RGB
CMYK
RGB Variations
Color information
#D55536 (or 0xD55536) is known color: Chilean Fire. HEX triplet: D5, 55 and 36. RGB value is (213,85,54). Sum of RGB (Red+Green+Blue) = 213+85+54=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D55536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55536 is #2AAAC9. Grayscale: #777777. Windows color (decimal): -2796234 or 3560917. OLE color: 3560917.
HSL color Cylindrical-coordinate representation of color #D55536: hue angle of 11.7º 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 #D55536 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 54 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.16 |
| HSL | 11.7º | 0.65% | 0.52% | - |
| HSV(B) | 11.7º | 0.75% | 0.84% | - |
| XYZ | 31.35 | 20.91 | 5.87 | - |
| YUV | 119.74 | 90.91 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 54 | 0 | 0.60 | 0.75 | 0.16 | 11.7 | 0.65 | 0.52 |
| Hex | D5 | 55 | 36 | 0 | 3C | 4B | 10 | C | 41 | 34 |
| Octal | 325 | 125 | 66 | 0 | 74 | 113 | 20 | 14 | 101 | 64 |
| Binary | 11010101 | 1010101 | 110110 | 0 | 111100 | 1001011 | 10000 | 1100 | 1000001 | 110100 |
Color Harmonies of #D55536
Complementary color
Monochromatic Colors of #D55536
Black with #D55536
Text Example
Text Example
White with #D55536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55536; }
p { color: rgb(213,85,54); }
H1.HeaderClassName
{
color: #D55536;
}
.AnyTagClassName
{
color: #D55536;
}
</style>
background-color css
<style>
a { background-color: #D55536; }
a { background-color: rgb(213,85,54); }
div.DivClassName
{
background-color: #D55536;
}
.BgClassName
{
background-color: #D55536;
}
</style>
border-color css
<style>
span { border-color: #D55536; }
span { border-color: rgb(213,85,54); }
td.TdClassName
{
border-color: #D55536;
}
.TagClassName
{
border-color: #D55536;
}
</style>