Shades of Chilean Fire #DB582C
Tints of Chilean Fire #DB582C
RGB
CMYK
RGB Variations
Color information
#DB582C (or 0xDB582C) is known color: Chilean Fire. HEX triplet: DB, 58 and 2C. RGB value is (219,88,44). Sum of RGB (Red+Green+Blue) = 219+88+44=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB582C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB582C is #24A7D3. Grayscale: #7A7A7A. Windows color (decimal): -2402260 or 2906331. OLE color: 2906331.
HSL color Cylindrical-coordinate representation of color #DB582C: hue angle of 15.09º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB582C is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 44 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.14 |
| HSL | 15.09º | 0.71% | 0.52% | - |
| HSV(B) | 15.09º | 0.8% | 0.86% | - |
| XYZ | 33.16 | 22.22 | 4.92 | - |
| YUV | 122.15 | 83.9 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 44 | 0 | 0.60 | 0.80 | 0.14 | 15.09 | 0.71 | 0.52 |
| Hex | DB | 58 | 2C | 0 | 3C | 50 | E | F | 47 | 34 |
| Octal | 333 | 130 | 54 | 0 | 74 | 120 | 16 | 17 | 107 | 64 |
| Binary | 11011011 | 1011000 | 101100 | 0 | 111100 | 1010000 | 1110 | 1111 | 1000111 | 110100 |
Color Harmonies of #DB582C
Complementary color
Monochromatic Colors of #DB582C
Black with #DB582C
Text Example
Text Example
White with #DB582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB582C; }
p { color: rgb(219,88,44); }
H1.HeaderClassName
{
color: #DB582C;
}
.AnyTagClassName
{
color: #DB582C;
}
</style>
background-color css
<style>
a { background-color: #DB582C; }
a { background-color: rgb(219,88,44); }
div.DivClassName
{
background-color: #DB582C;
}
.BgClassName
{
background-color: #DB582C;
}
</style>
border-color css
<style>
span { border-color: #DB582C; }
span { border-color: rgb(219,88,44); }
td.TdClassName
{
border-color: #DB582C;
}
.TagClassName
{
border-color: #DB582C;
}
</style>