Shades of Chilean Fire #DB501E
Tints of Chilean Fire #DB501E
RGB
CMYK
RGB Variations
Color information
#DB501E (or 0xDB501E) is known color: Chilean Fire. HEX triplet: DB, 50 and 1E. RGB value is (219,80,30). Sum of RGB (Red+Green+Blue) = 219+80+30=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB501E is #24AFE1. Grayscale: #747474. Windows color (decimal): -2404322 or 1986779. OLE color: 1986779.
HSL color Cylindrical-coordinate representation of color #DB501E: hue angle of 15.87º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB501E is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 30 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.14 |
| HSL | 15.87º | 0.76% | 0.49% | - |
| HSV(B) | 15.87º | 0.86% | 0.86% | - |
| XYZ | 32.32 | 20.89 | 3.56 | - |
| YUV | 115.86 | 79.55 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 30 | 0 | 0.63 | 0.86 | 0.14 | 15.87 | 0.76 | 0.49 |
| Hex | DB | 50 | 1E | 0 | 3F | 56 | E | 10 | 4C | 31 |
| Octal | 333 | 120 | 36 | 0 | 77 | 126 | 16 | 20 | 114 | 61 |
| Binary | 11011011 | 1010000 | 11110 | 0 | 111111 | 1010110 | 1110 | 10000 | 1001100 | 110001 |
Color Harmonies of #DB501E
Complementary color
Monochromatic Colors of #DB501E
Black with #DB501E
Text Example
Text Example
White with #DB501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB501E; }
p { color: rgb(219,80,30); }
H1.HeaderClassName
{
color: #DB501E;
}
.AnyTagClassName
{
color: #DB501E;
}
</style>
background-color css
<style>
a { background-color: #DB501E; }
a { background-color: rgb(219,80,30); }
div.DivClassName
{
background-color: #DB501E;
}
.BgClassName
{
background-color: #DB501E;
}
</style>
border-color css
<style>
span { border-color: #DB501E; }
span { border-color: rgb(219,80,30); }
td.TdClassName
{
border-color: #DB501E;
}
.TagClassName
{
border-color: #DB501E;
}
</style>