Shades of Chilean Fire #DB5E38
Tints of Chilean Fire #DB5E38
RGB
CMYK
RGB Variations
Color information
#DB5E38 (or 0xDB5E38) is known color: Chilean Fire. HEX triplet: DB, 5E and 38. RGB value is (219,94,56). Sum of RGB (Red+Green+Blue) = 219+94+56=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5E38 is #24A1C7. Grayscale: #7F7F7F. Windows color (decimal): -2400712 or 3694299. OLE color: 3694299.
HSL color Cylindrical-coordinate representation of color #DB5E38: hue angle of 13.99º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB5E38 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 56 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.14 |
| HSL | 13.99º | 0.69% | 0.54% | - |
| HSV(B) | 13.99º | 0.74% | 0.86% | - |
| XYZ | 33.93 | 23.35 | 6.46 | - |
| YUV | 127.04 | 87.91 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 56 | 0 | 0.57 | 0.74 | 0.14 | 13.99 | 0.69 | 0.54 |
| Hex | DB | 5E | 38 | 0 | 39 | 4A | E | E | 45 | 36 |
| Octal | 333 | 136 | 70 | 0 | 71 | 112 | 16 | 16 | 105 | 66 |
| Binary | 11011011 | 1011110 | 111000 | 0 | 111001 | 1001010 | 1110 | 1110 | 1000101 | 110110 |
Color Harmonies of #DB5E38
Complementary color
Monochromatic Colors of #DB5E38
Black with #DB5E38
Text Example
Text Example
White with #DB5E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E38; }
p { color: rgb(219,94,56); }
H1.HeaderClassName
{
color: #DB5E38;
}
.AnyTagClassName
{
color: #DB5E38;
}
</style>
background-color css
<style>
a { background-color: #DB5E38; }
a { background-color: rgb(219,94,56); }
div.DivClassName
{
background-color: #DB5E38;
}
.BgClassName
{
background-color: #DB5E38;
}
</style>
border-color css
<style>
span { border-color: #DB5E38; }
span { border-color: rgb(219,94,56); }
td.TdClassName
{
border-color: #DB5E38;
}
.TagClassName
{
border-color: #DB5E38;
}
</style>