Shades of Chilean Fire #D55336
Tints of Chilean Fire #D55336
RGB
CMYK
RGB Variations
Color information
#D55336 (or 0xD55336) is known color: Chilean Fire. HEX triplet: D5, 53 and 36. RGB value is (213,83,54). Sum of RGB (Red+Green+Blue) = 213+83+54=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D55336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55336 is #2AACC9. Grayscale: #767676. Windows color (decimal): -2796746 or 3560405. OLE color: 3560405.
HSL color Cylindrical-coordinate representation of color #D55336: hue angle of 10.94º 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 #D55336 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 54 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.16 |
| HSL | 10.94º | 0.65% | 0.52% | - |
| HSV(B) | 10.94º | 0.75% | 0.84% | - |
| XYZ | 31.2 | 20.6 | 5.82 | - |
| YUV | 118.56 | 91.57 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 54 | 0 | 0.61 | 0.75 | 0.16 | 10.94 | 0.65 | 0.52 |
| Hex | D5 | 53 | 36 | 0 | 3D | 4B | 10 | B | 41 | 34 |
| Octal | 325 | 123 | 66 | 0 | 75 | 113 | 20 | 13 | 101 | 64 |
| Binary | 11010101 | 1010011 | 110110 | 0 | 111101 | 1001011 | 10000 | 1011 | 1000001 | 110100 |
Color Harmonies of #D55336
Complementary color
Monochromatic Colors of #D55336
Black with #D55336
Text Example
Text Example
White with #D55336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55336; }
p { color: rgb(213,83,54); }
H1.HeaderClassName
{
color: #D55336;
}
.AnyTagClassName
{
color: #D55336;
}
</style>
background-color css
<style>
a { background-color: #D55336; }
a { background-color: rgb(213,83,54); }
div.DivClassName
{
background-color: #D55336;
}
.BgClassName
{
background-color: #D55336;
}
</style>
border-color css
<style>
span { border-color: #D55336; }
span { border-color: rgb(213,83,54); }
td.TdClassName
{
border-color: #D55336;
}
.TagClassName
{
border-color: #D55336;
}
</style>