Shades of Chilean Fire #D55435
Tints of Chilean Fire #D55435
RGB
CMYK
RGB Variations
Color information
#D55435 (or 0xD55435) is known color: Chilean Fire. HEX triplet: D5, 54 and 35. RGB value is (213,84,53). Sum of RGB (Red+Green+Blue) = 213+84+53=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D55435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55435 is #2AABCA. Grayscale: #777777. Windows color (decimal): -2796491 or 3495125. OLE color: 3495125.
HSL color Cylindrical-coordinate representation of color #D55435: hue angle of 11.62º degrees, saturation: 0.66, 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 #D55435 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 53 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.16 |
| HSL | 11.63º | 0.66% | 0.52% | - |
| HSV(B) | 11.63º | 0.75% | 0.84% | - |
| XYZ | 31.25 | 20.74 | 5.72 | - |
| YUV | 119.04 | 90.74 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 53 | 0 | 0.61 | 0.75 | 0.16 | 11.63 | 0.66 | 0.52 |
| Hex | D5 | 54 | 35 | 0 | 3D | 4B | 10 | C | 42 | 34 |
| Octal | 325 | 124 | 65 | 0 | 75 | 113 | 20 | 14 | 102 | 64 |
| Binary | 11010101 | 1010100 | 110101 | 0 | 111101 | 1001011 | 10000 | 1100 | 1000010 | 110100 |
Color Harmonies of #D55435
Complementary color
Monochromatic Colors of #D55435
Black with #D55435
Text Example
Text Example
White with #D55435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55435; }
p { color: rgb(213,84,53); }
H1.HeaderClassName
{
color: #D55435;
}
.AnyTagClassName
{
color: #D55435;
}
</style>
background-color css
<style>
a { background-color: #D55435; }
a { background-color: rgb(213,84,53); }
div.DivClassName
{
background-color: #D55435;
}
.BgClassName
{
background-color: #D55435;
}
</style>
border-color css
<style>
span { border-color: #D55435; }
span { border-color: rgb(213,84,53); }
td.TdClassName
{
border-color: #D55435;
}
.TagClassName
{
border-color: #D55435;
}
</style>