Shades of Chilean Fire #DB5E2C
Tints of Chilean Fire #DB5E2C
RGB
CMYK
RGB Variations
Color information
#DB5E2C (or 0xDB5E2C) is known color: Chilean Fire. HEX triplet: DB, 5E and 2C. RGB value is (219,94,44). Sum of RGB (Red+Green+Blue) = 219+94+44=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5E2C is #24A1D3. Grayscale: #7E7E7E. Windows color (decimal): -2400724 or 2907867. OLE color: 2907867.
HSL color Cylindrical-coordinate representation of color #DB5E2C: hue angle of 17.14º 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 #DB5E2C is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 44 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.14 |
| HSL | 17.14º | 0.71% | 0.52% | - |
| HSV(B) | 17.14º | 0.8% | 0.86% | - |
| XYZ | 33.67 | 23.25 | 5.1 | - |
| YUV | 125.68 | 81.91 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 44 | 0 | 0.57 | 0.80 | 0.14 | 17.14 | 0.71 | 0.52 |
| Hex | DB | 5E | 2C | 0 | 39 | 50 | E | 11 | 47 | 34 |
| Octal | 333 | 136 | 54 | 0 | 71 | 120 | 16 | 21 | 107 | 64 |
| Binary | 11011011 | 1011110 | 101100 | 0 | 111001 | 1010000 | 1110 | 10001 | 1000111 | 110100 |
Color Harmonies of #DB5E2C
Complementary color
Monochromatic Colors of #DB5E2C
Black with #DB5E2C
Text Example
Text Example
White with #DB5E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E2C; }
p { color: rgb(219,94,44); }
H1.HeaderClassName
{
color: #DB5E2C;
}
.AnyTagClassName
{
color: #DB5E2C;
}
</style>
background-color css
<style>
a { background-color: #DB5E2C; }
a { background-color: rgb(219,94,44); }
div.DivClassName
{
background-color: #DB5E2C;
}
.BgClassName
{
background-color: #DB5E2C;
}
</style>
border-color css
<style>
span { border-color: #DB5E2C; }
span { border-color: rgb(219,94,44); }
td.TdClassName
{
border-color: #DB5E2C;
}
.TagClassName
{
border-color: #DB5E2C;
}
</style>