Shades of Chilean Fire #D5562E
Tints of Chilean Fire #D5562E
RGB
CMYK
RGB Variations
Color information
#D5562E (or 0xD5562E) is known color: Chilean Fire. HEX triplet: D5, 56 and 2E. RGB value is (213,86,46). Sum of RGB (Red+Green+Blue) = 213+86+46=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D5562E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5562E is #2AA9D1. Grayscale: #777777. Windows color (decimal): -2795986 or 3036885. OLE color: 3036885.
HSL color Cylindrical-coordinate representation of color #D5562E: hue angle of 14.37º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5562E is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 46 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.16 |
| HSL | 14.37º | 0.67% | 0.51% | - |
| HSV(B) | 14.37º | 0.78% | 0.84% | - |
| XYZ | 31.26 | 21 | 4.99 | - |
| YUV | 119.41 | 86.58 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 46 | 0 | 0.60 | 0.78 | 0.16 | 14.37 | 0.67 | 0.51 |
| Hex | D5 | 56 | 2E | 0 | 3C | 4E | 10 | E | 43 | 33 |
| Octal | 325 | 126 | 56 | 0 | 74 | 116 | 20 | 16 | 103 | 63 |
| Binary | 11010101 | 1010110 | 101110 | 0 | 111100 | 1001110 | 10000 | 1110 | 1000011 | 110011 |
Color Harmonies of #D5562E
Complementary color
Monochromatic Colors of #D5562E
Black with #D5562E
Text Example
Text Example
White with #D5562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5562E; }
p { color: rgb(213,86,46); }
H1.HeaderClassName
{
color: #D5562E;
}
.AnyTagClassName
{
color: #D5562E;
}
</style>
background-color css
<style>
a { background-color: #D5562E; }
a { background-color: rgb(213,86,46); }
div.DivClassName
{
background-color: #D5562E;
}
.BgClassName
{
background-color: #D5562E;
}
</style>
border-color css
<style>
span { border-color: #D5562E; }
span { border-color: rgb(213,86,46); }
td.TdClassName
{
border-color: #D5562E;
}
.TagClassName
{
border-color: #D5562E;
}
</style>