Shades of Chilean Fire #DB573B
Tints of Chilean Fire #DB573B
RGB
CMYK
RGB Variations
Color information
#DB573B (or 0xDB573B) is known color: Chilean Fire. HEX triplet: DB, 57 and 3B. RGB value is (219,87,59). Sum of RGB (Red+Green+Blue) = 219+87+59=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB573B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB573B is #24A8C4. Grayscale: #7B7B7B. Windows color (decimal): -2402501 or 3889115. OLE color: 3889115.
HSL color Cylindrical-coordinate representation of color #DB573B: hue angle of 10.5º 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 #DB573B is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 59 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.14 |
| HSL | 10.5º | 0.69% | 0.55% | - |
| HSV(B) | 10.5º | 0.73% | 0.86% | - |
| XYZ | 33.41 | 22.19 | 6.66 | - |
| YUV | 123.28 | 91.73 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 59 | 0 | 0.60 | 0.73 | 0.14 | 10.5 | 0.69 | 0.55 |
| Hex | DB | 57 | 3B | 0 | 3C | 49 | E | A | 45 | 37 |
| Octal | 333 | 127 | 73 | 0 | 74 | 111 | 16 | 12 | 105 | 67 |
| Binary | 11011011 | 1010111 | 111011 | 0 | 111100 | 1001001 | 1110 | 1010 | 1000101 | 110111 |
Color Harmonies of #DB573B
Complementary color
Monochromatic Colors of #DB573B
Black with #DB573B
Text Example
Text Example
White with #DB573B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB573B; }
p { color: rgb(219,87,59); }
H1.HeaderClassName
{
color: #DB573B;
}
.AnyTagClassName
{
color: #DB573B;
}
</style>
background-color css
<style>
a { background-color: #DB573B; }
a { background-color: rgb(219,87,59); }
div.DivClassName
{
background-color: #DB573B;
}
.BgClassName
{
background-color: #DB573B;
}
</style>
border-color css
<style>
span { border-color: #DB573B; }
span { border-color: rgb(219,87,59); }
td.TdClassName
{
border-color: #DB573B;
}
.TagClassName
{
border-color: #DB573B;
}
</style>