Shades of Chilean Fire #DB562F
Tints of Chilean Fire #DB562F
RGB
CMYK
RGB Variations
Color information
#DB562F (or 0xDB562F) is known color: Chilean Fire. HEX triplet: DB, 56 and 2F. RGB value is (219,86,47). Sum of RGB (Red+Green+Blue) = 219+86+47=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB562F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB562F is #24A9D0. Grayscale: #797979. Windows color (decimal): -2402769 or 3102427. OLE color: 3102427.
HSL color Cylindrical-coordinate representation of color #DB562F: hue angle of 13.6º degrees, saturation: 0.7, 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 #DB562F is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 47 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.14 |
| HSL | 13.6º | 0.7% | 0.52% | - |
| HSV(B) | 13.6º | 0.79% | 0.86% | - |
| XYZ | 33.05 | 21.92 | 5.18 | - |
| YUV | 121.32 | 86.06 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 47 | 0 | 0.61 | 0.79 | 0.14 | 13.6 | 0.7 | 0.52 |
| Hex | DB | 56 | 2F | 0 | 3D | 4F | E | E | 46 | 34 |
| Octal | 333 | 126 | 57 | 0 | 75 | 117 | 16 | 16 | 106 | 64 |
| Binary | 11011011 | 1010110 | 101111 | 0 | 111101 | 1001111 | 1110 | 1110 | 1000110 | 110100 |
Color Harmonies of #DB562F
Complementary color
Monochromatic Colors of #DB562F
Black with #DB562F
Text Example
Text Example
White with #DB562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB562F; }
p { color: rgb(219,86,47); }
H1.HeaderClassName
{
color: #DB562F;
}
.AnyTagClassName
{
color: #DB562F;
}
</style>
background-color css
<style>
a { background-color: #DB562F; }
a { background-color: rgb(219,86,47); }
div.DivClassName
{
background-color: #DB562F;
}
.BgClassName
{
background-color: #DB562F;
}
</style>
border-color css
<style>
span { border-color: #DB562F; }
span { border-color: rgb(219,86,47); }
td.TdClassName
{
border-color: #DB562F;
}
.TagClassName
{
border-color: #DB562F;
}
</style>