Shades of Chilean Fire #D45535
Tints of Chilean Fire #D45535
RGB
CMYK
RGB Variations
Color information
#D45535 (or 0xD45535) is known color: Chilean Fire. HEX triplet: D4, 55 and 35. RGB value is (212,85,53). Sum of RGB (Red+Green+Blue) = 212+85+53=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D45535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45535 is #2BAACA. Grayscale: #777777. Windows color (decimal): -2861771 or 3495380. OLE color: 3495380.
HSL color Cylindrical-coordinate representation of color #D45535: hue angle of 12.08º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D45535 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 53 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.17 |
| HSL | 12.08º | 0.65% | 0.52% | - |
| HSV(B) | 12.08º | 0.75% | 0.83% | - |
| XYZ | 31.04 | 20.75 | 5.74 | - |
| YUV | 119.33 | 90.58 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 53 | 0 | 0.60 | 0.75 | 0.17 | 12.08 | 0.65 | 0.52 |
| Hex | D4 | 55 | 35 | 0 | 3C | 4B | 11 | C | 41 | 34 |
| Octal | 324 | 125 | 65 | 0 | 74 | 113 | 21 | 14 | 101 | 64 |
| Binary | 11010100 | 1010101 | 110101 | 0 | 111100 | 1001011 | 10001 | 1100 | 1000001 | 110100 |
Color Harmonies of #D45535
Complementary color
Monochromatic Colors of #D45535
Black with #D45535
Text Example
Text Example
White with #D45535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45535; }
p { color: rgb(212,85,53); }
H1.HeaderClassName
{
color: #D45535;
}
.AnyTagClassName
{
color: #D45535;
}
</style>
background-color css
<style>
a { background-color: #D45535; }
a { background-color: rgb(212,85,53); }
div.DivClassName
{
background-color: #D45535;
}
.BgClassName
{
background-color: #D45535;
}
</style>
border-color css
<style>
span { border-color: #D45535; }
span { border-color: rgb(212,85,53); }
td.TdClassName
{
border-color: #D45535;
}
.TagClassName
{
border-color: #D45535;
}
</style>