Shades of Chilean Fire #DA5534
Tints of Chilean Fire #DA5534
RGB
CMYK
RGB Variations
Color information
#DA5534 (or 0xDA5534) is known color: Chilean Fire. HEX triplet: DA, 55 and 34. RGB value is (218,85,52). Sum of RGB (Red+Green+Blue) = 218+85+52=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5534 is #25AACB. Grayscale: #797979. Windows color (decimal): -2468556 or 3429850. OLE color: 3429850.
HSL color Cylindrical-coordinate representation of color #DA5534: hue angle of 11.93º 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 #DA5534 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 52 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.15 |
| HSL | 11.93º | 0.69% | 0.53% | - |
| HSV(B) | 11.93º | 0.76% | 0.85% | - |
| XYZ | 32.78 | 21.65 | 5.7 | - |
| YUV | 121.01 | 89.06 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 52 | 0 | 0.61 | 0.76 | 0.15 | 11.93 | 0.69 | 0.53 |
| Hex | DA | 55 | 34 | 0 | 3D | 4C | F | C | 45 | 35 |
| Octal | 332 | 125 | 64 | 0 | 75 | 114 | 17 | 14 | 105 | 65 |
| Binary | 11011010 | 1010101 | 110100 | 0 | 111101 | 1001100 | 1111 | 1100 | 1000101 | 110101 |
Color Harmonies of #DA5534
Complementary color
Monochromatic Colors of #DA5534
Black with #DA5534
Text Example
Text Example
White with #DA5534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5534; }
p { color: rgb(218,85,52); }
H1.HeaderClassName
{
color: #DA5534;
}
.AnyTagClassName
{
color: #DA5534;
}
</style>
background-color css
<style>
a { background-color: #DA5534; }
a { background-color: rgb(218,85,52); }
div.DivClassName
{
background-color: #DA5534;
}
.BgClassName
{
background-color: #DA5534;
}
</style>
border-color css
<style>
span { border-color: #DA5534; }
span { border-color: rgb(218,85,52); }
td.TdClassName
{
border-color: #DA5534;
}
.TagClassName
{
border-color: #DA5534;
}
</style>