Shades of Chilean Fire #DB512F
Tints of Chilean Fire #DB512F
RGB
CMYK
RGB Variations
Color information
#DB512F (or 0xDB512F) is known color: Chilean Fire. HEX triplet: DB, 51 and 2F. RGB value is (219,81,47). Sum of RGB (Red+Green+Blue) = 219+81+47=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB512F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB512F is #24AED0. Grayscale: #767676. Windows color (decimal): -2404049 or 3101147. OLE color: 3101147.
HSL color Cylindrical-coordinate representation of color #DB512F: hue angle of 11.86º 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 #DB512F is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 47 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.14 |
| HSL | 11.86º | 0.7% | 0.52% | - |
| HSV(B) | 11.86º | 0.79% | 0.86% | - |
| XYZ | 32.67 | 21.15 | 5.05 | - |
| YUV | 118.39 | 87.72 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 47 | 0 | 0.63 | 0.79 | 0.14 | 11.86 | 0.7 | 0.52 |
| Hex | DB | 51 | 2F | 0 | 3F | 4F | E | C | 46 | 34 |
| Octal | 333 | 121 | 57 | 0 | 77 | 117 | 16 | 14 | 106 | 64 |
| Binary | 11011011 | 1010001 | 101111 | 0 | 111111 | 1001111 | 1110 | 1100 | 1000110 | 110100 |
Color Harmonies of #DB512F
Complementary color
Monochromatic Colors of #DB512F
Black with #DB512F
Text Example
Text Example
White with #DB512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB512F; }
p { color: rgb(219,81,47); }
H1.HeaderClassName
{
color: #DB512F;
}
.AnyTagClassName
{
color: #DB512F;
}
</style>
background-color css
<style>
a { background-color: #DB512F; }
a { background-color: rgb(219,81,47); }
div.DivClassName
{
background-color: #DB512F;
}
.BgClassName
{
background-color: #DB512F;
}
</style>
border-color css
<style>
span { border-color: #DB512F; }
span { border-color: rgb(219,81,47); }
td.TdClassName
{
border-color: #DB512F;
}
.TagClassName
{
border-color: #DB512F;
}
</style>