Shades of Chilean Fire #DB4F1C
Tints of Chilean Fire #DB4F1C
RGB
CMYK
RGB Variations
Color information
#DB4F1C (or 0xDB4F1C) is known color: Chilean Fire. HEX triplet: DB, 4F and 1C. RGB value is (219,79,28). Sum of RGB (Red+Green+Blue) = 219+79+28=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F1C is #24B0E3. Grayscale: #737373. Windows color (decimal): -2404580 or 1855451. OLE color: 1855451.
HSL color Cylindrical-coordinate representation of color #DB4F1C: hue angle of 16.02º 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 #DB4F1C is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 28 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.14 |
| HSL | 16.02º | 0.77% | 0.48% | - |
| HSV(B) | 16.02º | 0.87% | 0.86% | - |
| XYZ | 32.22 | 20.74 | 3.4 | - |
| YUV | 115.05 | 78.88 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 28 | 0 | 0.64 | 0.87 | 0.14 | 16.02 | 0.77 | 0.48 |
| Hex | DB | 4F | 1C | 0 | 40 | 57 | E | 10 | 4D | 30 |
| Octal | 333 | 117 | 34 | 0 | 100 | 127 | 16 | 20 | 115 | 60 |
| Binary | 11011011 | 1001111 | 11100 | 0 | 1000000 | 1010111 | 1110 | 10000 | 1001101 | 110000 |
Color Harmonies of #DB4F1C
Complementary color
Monochromatic Colors of #DB4F1C
Black with #DB4F1C
Text Example
Text Example
White with #DB4F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F1C; }
p { color: rgb(219,79,28); }
H1.HeaderClassName
{
color: #DB4F1C;
}
.AnyTagClassName
{
color: #DB4F1C;
}
</style>
background-color css
<style>
a { background-color: #DB4F1C; }
a { background-color: rgb(219,79,28); }
div.DivClassName
{
background-color: #DB4F1C;
}
.BgClassName
{
background-color: #DB4F1C;
}
</style>
border-color css
<style>
span { border-color: #DB4F1C; }
span { border-color: rgb(219,79,28); }
td.TdClassName
{
border-color: #DB4F1C;
}
.TagClassName
{
border-color: #DB4F1C;
}
</style>