Shades of Chilean Fire #DB5235
Tints of Chilean Fire #DB5235
RGB
CMYK
RGB Variations
Color information
#DB5235 (or 0xDB5235) is known color: Chilean Fire. HEX triplet: DB, 52 and 35. RGB value is (219,82,53). Sum of RGB (Red+Green+Blue) = 219+82+53=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5235 is #24ADCA. Grayscale: #777777. Windows color (decimal): -2403787 or 3494619. OLE color: 3494619.
HSL color Cylindrical-coordinate representation of color #DB5235: hue angle of 10.48º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB5235 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 53 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.14 |
| HSL | 10.48º | 0.7% | 0.53% | - |
| HSV(B) | 10.48º | 0.76% | 0.86% | - |
| XYZ | 32.87 | 21.35 | 5.76 | - |
| YUV | 119.66 | 90.39 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 53 | 0 | 0.63 | 0.76 | 0.14 | 10.48 | 0.7 | 0.53 |
| Hex | DB | 52 | 35 | 0 | 3F | 4C | E | A | 46 | 35 |
| Octal | 333 | 122 | 65 | 0 | 77 | 114 | 16 | 12 | 106 | 65 |
| Binary | 11011011 | 1010010 | 110101 | 0 | 111111 | 1001100 | 1110 | 1010 | 1000110 | 110101 |
Color Harmonies of #DB5235
Complementary color
Monochromatic Colors of #DB5235
Black with #DB5235
Text Example
Text Example
White with #DB5235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5235; }
p { color: rgb(219,82,53); }
H1.HeaderClassName
{
color: #DB5235;
}
.AnyTagClassName
{
color: #DB5235;
}
</style>
background-color css
<style>
a { background-color: #DB5235; }
a { background-color: rgb(219,82,53); }
div.DivClassName
{
background-color: #DB5235;
}
.BgClassName
{
background-color: #DB5235;
}
</style>
border-color css
<style>
span { border-color: #DB5235; }
span { border-color: rgb(219,82,53); }
td.TdClassName
{
border-color: #DB5235;
}
.TagClassName
{
border-color: #DB5235;
}
</style>