Shades of Chilean Fire #DB5733
Tints of Chilean Fire #DB5733
RGB
CMYK
RGB Variations
Color information
#DB5733 (or 0xDB5733) is known color: Chilean Fire. HEX triplet: DB, 57 and 33. RGB value is (219,87,51). Sum of RGB (Red+Green+Blue) = 219+87+51=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5733 is #24A8CC. Grayscale: #7A7A7A. Windows color (decimal): -2402509 or 3364827. OLE color: 3364827.
HSL color Cylindrical-coordinate representation of color #DB5733: hue angle of 12.86º 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 #DB5733 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 51 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.14 |
| HSL | 12.86º | 0.7% | 0.53% | - |
| HSV(B) | 12.86º | 0.77% | 0.86% | - |
| XYZ | 33.22 | 22.12 | 5.65 | - |
| YUV | 122.36 | 87.73 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 51 | 0 | 0.60 | 0.77 | 0.14 | 12.86 | 0.7 | 0.53 |
| Hex | DB | 57 | 33 | 0 | 3C | 4D | E | D | 46 | 35 |
| Octal | 333 | 127 | 63 | 0 | 74 | 115 | 16 | 15 | 106 | 65 |
| Binary | 11011011 | 1010111 | 110011 | 0 | 111100 | 1001101 | 1110 | 1101 | 1000110 | 110101 |
Color Harmonies of #DB5733
Complementary color
Monochromatic Colors of #DB5733
Black with #DB5733
Text Example
Text Example
White with #DB5733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5733; }
p { color: rgb(219,87,51); }
H1.HeaderClassName
{
color: #DB5733;
}
.AnyTagClassName
{
color: #DB5733;
}
</style>
background-color css
<style>
a { background-color: #DB5733; }
a { background-color: rgb(219,87,51); }
div.DivClassName
{
background-color: #DB5733;
}
.BgClassName
{
background-color: #DB5733;
}
</style>
border-color css
<style>
span { border-color: #DB5733; }
span { border-color: rgb(219,87,51); }
td.TdClassName
{
border-color: #DB5733;
}
.TagClassName
{
border-color: #DB5733;
}
</style>