Shades of Chilean Fire #DB5438
Tints of Chilean Fire #DB5438
RGB
CMYK
RGB Variations
Color information
#DB5438 (or 0xDB5438) is known color: Chilean Fire. HEX triplet: DB, 54 and 38. RGB value is (219,84,56). Sum of RGB (Red+Green+Blue) = 219+84+56=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5438 is #24ABC7. Grayscale: #797979. Windows color (decimal): -2403272 or 3691739. OLE color: 3691739.
HSL color Cylindrical-coordinate representation of color #DB5438: hue angle of 10.31º 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 #DB5438 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 56 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.14 |
| HSL | 10.31º | 0.69% | 0.54% | - |
| HSV(B) | 10.31º | 0.74% | 0.86% | - |
| XYZ | 33.1 | 21.69 | 6.18 | - |
| YUV | 121.17 | 91.23 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 56 | 0 | 0.62 | 0.74 | 0.14 | 10.31 | 0.69 | 0.54 |
| Hex | DB | 54 | 38 | 0 | 3E | 4A | E | A | 45 | 36 |
| Octal | 333 | 124 | 70 | 0 | 76 | 112 | 16 | 12 | 105 | 66 |
| Binary | 11011011 | 1010100 | 111000 | 0 | 111110 | 1001010 | 1110 | 1010 | 1000101 | 110110 |
Color Harmonies of #DB5438
Complementary color
Monochromatic Colors of #DB5438
Black with #DB5438
Text Example
Text Example
White with #DB5438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5438; }
p { color: rgb(219,84,56); }
H1.HeaderClassName
{
color: #DB5438;
}
.AnyTagClassName
{
color: #DB5438;
}
</style>
background-color css
<style>
a { background-color: #DB5438; }
a { background-color: rgb(219,84,56); }
div.DivClassName
{
background-color: #DB5438;
}
.BgClassName
{
background-color: #DB5438;
}
</style>
border-color css
<style>
span { border-color: #DB5438; }
span { border-color: rgb(219,84,56); }
td.TdClassName
{
border-color: #DB5438;
}
.TagClassName
{
border-color: #DB5438;
}
</style>