Shades of Chilean Fire #DB5026
Tints of Chilean Fire #DB5026
RGB
CMYK
RGB Variations
Color information
#DB5026 (or 0xDB5026) is known color: Chilean Fire. HEX triplet: DB, 50 and 26. RGB value is (219,80,38). Sum of RGB (Red+Green+Blue) = 219+80+38=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5026 is #24AFD9. Grayscale: #757575. Windows color (decimal): -2404314 or 2511067. OLE color: 2511067.
HSL color Cylindrical-coordinate representation of color #DB5026: hue angle of 13.92º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB5026 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 38 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.14 |
| HSL | 13.92º | 0.72% | 0.5% | - |
| HSV(B) | 13.92º | 0.83% | 0.86% | - |
| XYZ | 32.43 | 20.94 | 4.17 | - |
| YUV | 116.77 | 83.55 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 38 | 0 | 0.63 | 0.83 | 0.14 | 13.92 | 0.72 | 0.5 |
| Hex | DB | 50 | 26 | 0 | 3F | 53 | E | E | 48 | 32 |
| Octal | 333 | 120 | 46 | 0 | 77 | 123 | 16 | 16 | 110 | 62 |
| Binary | 11011011 | 1010000 | 100110 | 0 | 111111 | 1010011 | 1110 | 1110 | 1001000 | 110010 |
Color Harmonies of #DB5026
Complementary color
Monochromatic Colors of #DB5026
Black with #DB5026
Text Example
Text Example
White with #DB5026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5026; }
p { color: rgb(219,80,38); }
H1.HeaderClassName
{
color: #DB5026;
}
.AnyTagClassName
{
color: #DB5026;
}
</style>
background-color css
<style>
a { background-color: #DB5026; }
a { background-color: rgb(219,80,38); }
div.DivClassName
{
background-color: #DB5026;
}
.BgClassName
{
background-color: #DB5026;
}
</style>
border-color css
<style>
span { border-color: #DB5026; }
span { border-color: rgb(219,80,38); }
td.TdClassName
{
border-color: #DB5026;
}
.TagClassName
{
border-color: #DB5026;
}
</style>