Shades of Chilean Fire #DB5433
Tints of Chilean Fire #DB5433
RGB
CMYK
RGB Variations
Color information
#DB5433 (or 0xDB5433) is known color: Chilean Fire. HEX triplet: DB, 54 and 33. RGB value is (219,84,51). Sum of RGB (Red+Green+Blue) = 219+84+51=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5433 is #24ABCC. Grayscale: #787878. Windows color (decimal): -2403277 or 3364059. OLE color: 3364059.
HSL color Cylindrical-coordinate representation of color #DB5433: hue angle of 11.79º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB5433 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 51 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.14 |
| HSL | 11.79º | 0.7% | 0.53% | - |
| HSV(B) | 11.79º | 0.77% | 0.86% | - |
| XYZ | 32.98 | 21.64 | 5.57 | - |
| YUV | 120.6 | 88.73 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 51 | 0 | 0.62 | 0.77 | 0.14 | 11.79 | 0.7 | 0.53 |
| Hex | DB | 54 | 33 | 0 | 3E | 4D | E | C | 46 | 35 |
| Octal | 333 | 124 | 63 | 0 | 76 | 115 | 16 | 14 | 106 | 65 |
| Binary | 11011011 | 1010100 | 110011 | 0 | 111110 | 1001101 | 1110 | 1100 | 1000110 | 110101 |
Color Harmonies of #DB5433
Complementary color
Monochromatic Colors of #DB5433
Black with #DB5433
Text Example
Text Example
White with #DB5433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5433; }
p { color: rgb(219,84,51); }
H1.HeaderClassName
{
color: #DB5433;
}
.AnyTagClassName
{
color: #DB5433;
}
</style>
background-color css
<style>
a { background-color: #DB5433; }
a { background-color: rgb(219,84,51); }
div.DivClassName
{
background-color: #DB5433;
}
.BgClassName
{
background-color: #DB5433;
}
</style>
border-color css
<style>
span { border-color: #DB5433; }
span { border-color: rgb(219,84,51); }
td.TdClassName
{
border-color: #DB5433;
}
.TagClassName
{
border-color: #DB5433;
}
</style>