Shades of Chilean Fire #DB5735
Tints of Chilean Fire #DB5735
RGB
CMYK
RGB Variations
Color information
#DB5735 (or 0xDB5735) is known color: Chilean Fire. HEX triplet: DB, 57 and 35. RGB value is (219,87,53). Sum of RGB (Red+Green+Blue) = 219+87+53=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5735 is #24A8CA. Grayscale: #7A7A7A. Windows color (decimal): -2402507 or 3495899. OLE color: 3495899.
HSL color Cylindrical-coordinate representation of color #DB5735: hue angle of 12.29º 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 #DB5735 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 53 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.14 |
| HSL | 12.29º | 0.7% | 0.53% | - |
| HSV(B) | 12.29º | 0.76% | 0.86% | - |
| XYZ | 33.26 | 22.13 | 5.89 | - |
| YUV | 122.59 | 88.73 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 53 | 0 | 0.60 | 0.76 | 0.14 | 12.29 | 0.7 | 0.53 |
| Hex | DB | 57 | 35 | 0 | 3C | 4C | E | C | 46 | 35 |
| Octal | 333 | 127 | 65 | 0 | 74 | 114 | 16 | 14 | 106 | 65 |
| Binary | 11011011 | 1010111 | 110101 | 0 | 111100 | 1001100 | 1110 | 1100 | 1000110 | 110101 |
Color Harmonies of #DB5735
Complementary color
Monochromatic Colors of #DB5735
Black with #DB5735
Text Example
Text Example
White with #DB5735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5735; }
p { color: rgb(219,87,53); }
H1.HeaderClassName
{
color: #DB5735;
}
.AnyTagClassName
{
color: #DB5735;
}
</style>
background-color css
<style>
a { background-color: #DB5735; }
a { background-color: rgb(219,87,53); }
div.DivClassName
{
background-color: #DB5735;
}
.BgClassName
{
background-color: #DB5735;
}
</style>
border-color css
<style>
span { border-color: #DB5735; }
span { border-color: rgb(219,87,53); }
td.TdClassName
{
border-color: #DB5735;
}
.TagClassName
{
border-color: #DB5735;
}
</style>