Shades of Chilean Fire #DB5A26
Tints of Chilean Fire #DB5A26
RGB
CMYK
RGB Variations
Color information
#DB5A26 (or 0xDB5A26) is known color: Chilean Fire. HEX triplet: DB, 5A and 26. RGB value is (219,90,38). Sum of RGB (Red+Green+Blue) = 219+90+38=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5A26 is #24A5D9. Grayscale: #7A7A7A. Windows color (decimal): -2401754 or 2513627. OLE color: 2513627.
HSL color Cylindrical-coordinate representation of color #DB5A26: hue angle of 17.24º 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 #DB5A26 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 38 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.14 |
| HSL | 17.24º | 0.72% | 0.5% | - |
| HSV(B) | 17.24º | 0.83% | 0.86% | - |
| XYZ | 33.22 | 22.51 | 4.43 | - |
| YUV | 122.64 | 80.24 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 38 | 0 | 0.59 | 0.83 | 0.14 | 17.24 | 0.72 | 0.5 |
| Hex | DB | 5A | 26 | 0 | 3B | 53 | E | 11 | 48 | 32 |
| Octal | 333 | 132 | 46 | 0 | 73 | 123 | 16 | 21 | 110 | 62 |
| Binary | 11011011 | 1011010 | 100110 | 0 | 111011 | 1010011 | 1110 | 10001 | 1001000 | 110010 |
Color Harmonies of #DB5A26
Complementary color
Monochromatic Colors of #DB5A26
Black with #DB5A26
Text Example
Text Example
White with #DB5A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A26; }
p { color: rgb(219,90,38); }
H1.HeaderClassName
{
color: #DB5A26;
}
.AnyTagClassName
{
color: #DB5A26;
}
</style>
background-color css
<style>
a { background-color: #DB5A26; }
a { background-color: rgb(219,90,38); }
div.DivClassName
{
background-color: #DB5A26;
}
.BgClassName
{
background-color: #DB5A26;
}
</style>
border-color css
<style>
span { border-color: #DB5A26; }
span { border-color: rgb(219,90,38); }
td.TdClassName
{
border-color: #DB5A26;
}
.TagClassName
{
border-color: #DB5A26;
}
</style>