Shades of Chilean Fire #DB5339
Tints of Chilean Fire #DB5339
RGB
CMYK
RGB Variations
Color information
#DB5339 (or 0xDB5339) is known color: Chilean Fire. HEX triplet: DB, 53 and 39. RGB value is (219,83,57). Sum of RGB (Red+Green+Blue) = 219+83+57=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5339 is #24ACC6. Grayscale: #787878. Windows color (decimal): -2403527 or 3757019. OLE color: 3757019.
HSL color Cylindrical-coordinate representation of color #DB5339: hue angle of 9.63º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB5339 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 57 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.14 |
| HSL | 9.63º | 0.69% | 0.54% | - |
| HSV(B) | 9.63º | 0.74% | 0.86% | - |
| XYZ | 33.05 | 21.54 | 6.29 | - |
| YUV | 120.7 | 92.06 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 57 | 0 | 0.62 | 0.74 | 0.14 | 9.63 | 0.69 | 0.54 |
| Hex | DB | 53 | 39 | 0 | 3E | 4A | E | A | 45 | 36 |
| Octal | 333 | 123 | 71 | 0 | 76 | 112 | 16 | 12 | 105 | 66 |
| Binary | 11011011 | 1010011 | 111001 | 0 | 111110 | 1001010 | 1110 | 1010 | 1000101 | 110110 |
Color Harmonies of #DB5339
Complementary color
Monochromatic Colors of #DB5339
Black with #DB5339
Text Example
Text Example
White with #DB5339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5339; }
p { color: rgb(219,83,57); }
H1.HeaderClassName
{
color: #DB5339;
}
.AnyTagClassName
{
color: #DB5339;
}
</style>
background-color css
<style>
a { background-color: #DB5339; }
a { background-color: rgb(219,83,57); }
div.DivClassName
{
background-color: #DB5339;
}
.BgClassName
{
background-color: #DB5339;
}
</style>
border-color css
<style>
span { border-color: #DB5339; }
span { border-color: rgb(219,83,57); }
td.TdClassName
{
border-color: #DB5339;
}
.TagClassName
{
border-color: #DB5339;
}
</style>