Shades of Chilean Fire #DB4F1D
Tints of Chilean Fire #DB4F1D
RGB
CMYK
RGB Variations
Color information
#DB4F1D (or 0xDB4F1D) is known color: Chilean Fire. HEX triplet: DB, 4F and 1D. RGB value is (219,79,29). Sum of RGB (Red+Green+Blue) = 219+79+29=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F1D is #24B0E2. Grayscale: #737373. Windows color (decimal): -2404579 or 1920987. OLE color: 1920987.
HSL color Cylindrical-coordinate representation of color #DB4F1D: hue angle of 15.79º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB4F1D is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 29 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.14 |
| HSL | 15.79º | 0.77% | 0.49% | - |
| HSV(B) | 15.79º | 0.87% | 0.86% | - |
| XYZ | 32.23 | 20.74 | 3.47 | - |
| YUV | 115.16 | 79.38 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 29 | 0 | 0.64 | 0.87 | 0.14 | 15.79 | 0.77 | 0.49 |
| Hex | DB | 4F | 1D | 0 | 40 | 57 | E | 10 | 4D | 31 |
| Octal | 333 | 117 | 35 | 0 | 100 | 127 | 16 | 20 | 115 | 61 |
| Binary | 11011011 | 1001111 | 11101 | 0 | 1000000 | 1010111 | 1110 | 10000 | 1001101 | 110001 |
Color Harmonies of #DB4F1D
Complementary color
Monochromatic Colors of #DB4F1D
Black with #DB4F1D
Text Example
Text Example
White with #DB4F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F1D; }
p { color: rgb(219,79,29); }
H1.HeaderClassName
{
color: #DB4F1D;
}
.AnyTagClassName
{
color: #DB4F1D;
}
</style>
background-color css
<style>
a { background-color: #DB4F1D; }
a { background-color: rgb(219,79,29); }
div.DivClassName
{
background-color: #DB4F1D;
}
.BgClassName
{
background-color: #DB4F1D;
}
</style>
border-color css
<style>
span { border-color: #DB4F1D; }
span { border-color: rgb(219,79,29); }
td.TdClassName
{
border-color: #DB4F1D;
}
.TagClassName
{
border-color: #DB4F1D;
}
</style>