Shades of Chilean Fire #DA5535
Tints of Chilean Fire #DA5535
RGB
CMYK
RGB Variations
Color information
#DA5535 (or 0xDA5535) is known color: Chilean Fire. HEX triplet: DA, 55 and 35. RGB value is (218,85,53). Sum of RGB (Red+Green+Blue) = 218+85+53=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5535 is #25AACA. Grayscale: #797979. Windows color (decimal): -2468555 or 3495386. OLE color: 3495386.
HSL color Cylindrical-coordinate representation of color #DA5535: hue angle of 11.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA5535 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 53 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.15 |
| HSL | 11.64º | 0.69% | 0.53% | - |
| HSV(B) | 11.64º | 0.76% | 0.85% | - |
| XYZ | 32.8 | 21.66 | 5.82 | - |
| YUV | 121.12 | 89.56 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 53 | 0 | 0.61 | 0.76 | 0.15 | 11.64 | 0.69 | 0.53 |
| Hex | DA | 55 | 35 | 0 | 3D | 4C | F | C | 45 | 35 |
| Octal | 332 | 125 | 65 | 0 | 75 | 114 | 17 | 14 | 105 | 65 |
| Binary | 11011010 | 1010101 | 110101 | 0 | 111101 | 1001100 | 1111 | 1100 | 1000101 | 110101 |
Color Harmonies of #DA5535
Complementary color
Monochromatic Colors of #DA5535
Black with #DA5535
Text Example
Text Example
White with #DA5535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5535; }
p { color: rgb(218,85,53); }
H1.HeaderClassName
{
color: #DA5535;
}
.AnyTagClassName
{
color: #DA5535;
}
</style>
background-color css
<style>
a { background-color: #DA5535; }
a { background-color: rgb(218,85,53); }
div.DivClassName
{
background-color: #DA5535;
}
.BgClassName
{
background-color: #DA5535;
}
</style>
border-color css
<style>
span { border-color: #DA5535; }
span { border-color: rgb(218,85,53); }
td.TdClassName
{
border-color: #DA5535;
}
.TagClassName
{
border-color: #DA5535;
}
</style>