Shades of Chilean Fire #DB583B
Tints of Chilean Fire #DB583B
RGB
CMYK
RGB Variations
Color information
#DB583B (or 0xDB583B) is known color: Chilean Fire. HEX triplet: DB, 58 and 3B. RGB value is (219,88,59). Sum of RGB (Red+Green+Blue) = 219+88+59=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB583B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB583B is #24A7C4. Grayscale: #7C7C7C. Windows color (decimal): -2402245 or 3889371. OLE color: 3889371.
HSL color Cylindrical-coordinate representation of color #DB583B: hue angle of 10.88º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB583B is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 59 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.14 |
| HSL | 10.88º | 0.69% | 0.55% | - |
| HSV(B) | 10.88º | 0.73% | 0.86% | - |
| XYZ | 33.49 | 22.36 | 6.69 | - |
| YUV | 123.86 | 91.4 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 59 | 0 | 0.60 | 0.73 | 0.14 | 10.88 | 0.69 | 0.55 |
| Hex | DB | 58 | 3B | 0 | 3C | 49 | E | B | 45 | 37 |
| Octal | 333 | 130 | 73 | 0 | 74 | 111 | 16 | 13 | 105 | 67 |
| Binary | 11011011 | 1011000 | 111011 | 0 | 111100 | 1001001 | 1110 | 1011 | 1000101 | 110111 |
Color Harmonies of #DB583B
Complementary color
Monochromatic Colors of #DB583B
Black with #DB583B
Text Example
Text Example
White with #DB583B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB583B; }
p { color: rgb(219,88,59); }
H1.HeaderClassName
{
color: #DB583B;
}
.AnyTagClassName
{
color: #DB583B;
}
</style>
background-color css
<style>
a { background-color: #DB583B; }
a { background-color: rgb(219,88,59); }
div.DivClassName
{
background-color: #DB583B;
}
.BgClassName
{
background-color: #DB583B;
}
</style>
border-color css
<style>
span { border-color: #DB583B; }
span { border-color: rgb(219,88,59); }
td.TdClassName
{
border-color: #DB583B;
}
.TagClassName
{
border-color: #DB583B;
}
</style>