Shades of Chilean Fire #DB562E
Tints of Chilean Fire #DB562E
RGB
CMYK
RGB Variations
Color information
#DB562E (or 0xDB562E) is known color: Chilean Fire. HEX triplet: DB, 56 and 2E. RGB value is (219,86,46). Sum of RGB (Red+Green+Blue) = 219+86+46=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB562E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB562E is #24A9D1. Grayscale: #797979. Windows color (decimal): -2402770 or 3036891. OLE color: 3036891.
HSL color Cylindrical-coordinate representation of color #DB562E: hue angle of 13.87º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB562E is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 46 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.14 |
| HSL | 13.87º | 0.71% | 0.52% | - |
| HSV(B) | 13.87º | 0.79% | 0.86% | - |
| XYZ | 33.03 | 21.91 | 5.07 | - |
| YUV | 121.21 | 85.56 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 46 | 0 | 0.61 | 0.79 | 0.14 | 13.87 | 0.71 | 0.52 |
| Hex | DB | 56 | 2E | 0 | 3D | 4F | E | E | 47 | 34 |
| Octal | 333 | 126 | 56 | 0 | 75 | 117 | 16 | 16 | 107 | 64 |
| Binary | 11011011 | 1010110 | 101110 | 0 | 111101 | 1001111 | 1110 | 1110 | 1000111 | 110100 |
Color Harmonies of #DB562E
Complementary color
Monochromatic Colors of #DB562E
Black with #DB562E
Text Example
Text Example
White with #DB562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB562E; }
p { color: rgb(219,86,46); }
H1.HeaderClassName
{
color: #DB562E;
}
.AnyTagClassName
{
color: #DB562E;
}
</style>
background-color css
<style>
a { background-color: #DB562E; }
a { background-color: rgb(219,86,46); }
div.DivClassName
{
background-color: #DB562E;
}
.BgClassName
{
background-color: #DB562E;
}
</style>
border-color css
<style>
span { border-color: #DB562E; }
span { border-color: rgb(219,86,46); }
td.TdClassName
{
border-color: #DB562E;
}
.TagClassName
{
border-color: #DB562E;
}
</style>