Shades of Chilean Fire #DA5935
Tints of Chilean Fire #DA5935
RGB
CMYK
RGB Variations
Color information
#DA5935 (or 0xDA5935) is known color: Chilean Fire. HEX triplet: DA, 59 and 35. RGB value is (218,89,53). Sum of RGB (Red+Green+Blue) = 218+89+53=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5935 is #25A6CA. Grayscale: #7B7B7B. Windows color (decimal): -2467531 or 3496410. OLE color: 3496410.
HSL color Cylindrical-coordinate representation of color #DA5935: hue angle of 13.09º 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 #DA5935 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 53 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.15 |
| HSL | 13.09º | 0.69% | 0.53% | - |
| HSV(B) | 13.09º | 0.76% | 0.85% | - |
| XYZ | 33.13 | 22.31 | 5.93 | - |
| YUV | 123.47 | 88.24 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 53 | 0 | 0.59 | 0.76 | 0.15 | 13.09 | 0.69 | 0.53 |
| Hex | DA | 59 | 35 | 0 | 3B | 4C | F | D | 45 | 35 |
| Octal | 332 | 131 | 65 | 0 | 73 | 114 | 17 | 15 | 105 | 65 |
| Binary | 11011010 | 1011001 | 110101 | 0 | 111011 | 1001100 | 1111 | 1101 | 1000101 | 110101 |
Color Harmonies of #DA5935
Complementary color
Monochromatic Colors of #DA5935
Black with #DA5935
Text Example
Text Example
White with #DA5935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5935; }
p { color: rgb(218,89,53); }
H1.HeaderClassName
{
color: #DA5935;
}
.AnyTagClassName
{
color: #DA5935;
}
</style>
background-color css
<style>
a { background-color: #DA5935; }
a { background-color: rgb(218,89,53); }
div.DivClassName
{
background-color: #DA5935;
}
.BgClassName
{
background-color: #DA5935;
}
</style>
border-color css
<style>
span { border-color: #DA5935; }
span { border-color: rgb(218,89,53); }
td.TdClassName
{
border-color: #DA5935;
}
.TagClassName
{
border-color: #DA5935;
}
</style>