Shades of Chilean Fire #DB582F
Tints of Chilean Fire #DB582F
RGB
CMYK
RGB Variations
Color information
#DB582F (or 0xDB582F) is known color: Chilean Fire. HEX triplet: DB, 58 and 2F. RGB value is (219,88,47). Sum of RGB (Red+Green+Blue) = 219+88+47=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB582F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB582F is #24A7D0. Grayscale: #7A7A7A. Windows color (decimal): -2402257 or 3102939. OLE color: 3102939.
HSL color Cylindrical-coordinate representation of color #DB582F: hue angle of 14.3º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB582F is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 47 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.14 |
| HSL | 14.3º | 0.7% | 0.52% | - |
| HSV(B) | 14.3º | 0.79% | 0.86% | - |
| XYZ | 33.22 | 22.24 | 5.23 | - |
| YUV | 122.5 | 85.4 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 47 | 0 | 0.60 | 0.79 | 0.14 | 14.3 | 0.7 | 0.52 |
| Hex | DB | 58 | 2F | 0 | 3C | 4F | E | E | 46 | 34 |
| Octal | 333 | 130 | 57 | 0 | 74 | 117 | 16 | 16 | 106 | 64 |
| Binary | 11011011 | 1011000 | 101111 | 0 | 111100 | 1001111 | 1110 | 1110 | 1000110 | 110100 |
Color Harmonies of #DB582F
Complementary color
Monochromatic Colors of #DB582F
Black with #DB582F
Text Example
Text Example
White with #DB582F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB582F; }
p { color: rgb(219,88,47); }
H1.HeaderClassName
{
color: #DB582F;
}
.AnyTagClassName
{
color: #DB582F;
}
</style>
background-color css
<style>
a { background-color: #DB582F; }
a { background-color: rgb(219,88,47); }
div.DivClassName
{
background-color: #DB582F;
}
.BgClassName
{
background-color: #DB582F;
}
</style>
border-color css
<style>
span { border-color: #DB582F; }
span { border-color: rgb(219,88,47); }
td.TdClassName
{
border-color: #DB582F;
}
.TagClassName
{
border-color: #DB582F;
}
</style>