Shades of Chilean Fire #DB512C
Tints of Chilean Fire #DB512C
RGB
CMYK
RGB Variations
Color information
#DB512C (or 0xDB512C) is known color: Chilean Fire. HEX triplet: DB, 51 and 2C. RGB value is (219,81,44). Sum of RGB (Red+Green+Blue) = 219+81+44=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB512C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB512C is #24AED3. Grayscale: #767676. Windows color (decimal): -2404052 or 2904539. OLE color: 2904539.
HSL color Cylindrical-coordinate representation of color #DB512C: hue angle of 12.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB512C is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 44 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.14 |
| HSL | 12.69º | 0.71% | 0.52% | - |
| HSV(B) | 12.69º | 0.8% | 0.86% | - |
| XYZ | 32.61 | 21.13 | 4.74 | - |
| YUV | 118.04 | 86.22 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 44 | 0 | 0.63 | 0.80 | 0.14 | 12.69 | 0.71 | 0.52 |
| Hex | DB | 51 | 2C | 0 | 3F | 50 | E | D | 47 | 34 |
| Octal | 333 | 121 | 54 | 0 | 77 | 120 | 16 | 15 | 107 | 64 |
| Binary | 11011011 | 1010001 | 101100 | 0 | 111111 | 1010000 | 1110 | 1101 | 1000111 | 110100 |
Color Harmonies of #DB512C
Complementary color
Monochromatic Colors of #DB512C
Black with #DB512C
Text Example
Text Example
White with #DB512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB512C; }
p { color: rgb(219,81,44); }
H1.HeaderClassName
{
color: #DB512C;
}
.AnyTagClassName
{
color: #DB512C;
}
</style>
background-color css
<style>
a { background-color: #DB512C; }
a { background-color: rgb(219,81,44); }
div.DivClassName
{
background-color: #DB512C;
}
.BgClassName
{
background-color: #DB512C;
}
</style>
border-color css
<style>
span { border-color: #DB512C; }
span { border-color: rgb(219,81,44); }
td.TdClassName
{
border-color: #DB512C;
}
.TagClassName
{
border-color: #DB512C;
}
</style>