Shades of Chilean Fire #DB4E1C
Tints of Chilean Fire #DB4E1C
RGB
CMYK
RGB Variations
Color information
#DB4E1C (or 0xDB4E1C) is known color: Chilean Fire. HEX triplet: DB, 4E and 1C. RGB value is (219,78,28). Sum of RGB (Red+Green+Blue) = 219+78+28=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4E1C is #24B1E3. Grayscale: #727272. Windows color (decimal): -2404836 or 1855195. OLE color: 1855195.
HSL color Cylindrical-coordinate representation of color #DB4E1C: hue angle of 15.71º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB4E1C is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 28 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.14 |
| HSL | 15.71º | 0.77% | 0.48% | - |
| HSV(B) | 15.71º | 0.87% | 0.86% | - |
| XYZ | 32.15 | 20.59 | 3.38 | - |
| YUV | 114.46 | 79.21 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 28 | 0 | 0.64 | 0.87 | 0.14 | 15.71 | 0.77 | 0.48 |
| Hex | DB | 4E | 1C | 0 | 40 | 57 | E | 10 | 4D | 30 |
| Octal | 333 | 116 | 34 | 0 | 100 | 127 | 16 | 20 | 115 | 60 |
| Binary | 11011011 | 1001110 | 11100 | 0 | 1000000 | 1010111 | 1110 | 10000 | 1001101 | 110000 |
Color Harmonies of #DB4E1C
Complementary color
Monochromatic Colors of #DB4E1C
Black with #DB4E1C
Text Example
Text Example
White with #DB4E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E1C; }
p { color: rgb(219,78,28); }
H1.HeaderClassName
{
color: #DB4E1C;
}
.AnyTagClassName
{
color: #DB4E1C;
}
</style>
background-color css
<style>
a { background-color: #DB4E1C; }
a { background-color: rgb(219,78,28); }
div.DivClassName
{
background-color: #DB4E1C;
}
.BgClassName
{
background-color: #DB4E1C;
}
</style>
border-color css
<style>
span { border-color: #DB4E1C; }
span { border-color: rgb(219,78,28); }
td.TdClassName
{
border-color: #DB4E1C;
}
.TagClassName
{
border-color: #DB4E1C;
}
</style>