Shades of Chilean Fire #DA5024
Tints of Chilean Fire #DA5024
RGB
CMYK
RGB Variations
Color information
#DA5024 (or 0xDA5024) is known color: Chilean Fire. HEX triplet: DA, 50 and 24. RGB value is (218,80,36). Sum of RGB (Red+Green+Blue) = 218+80+36=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5024 is #25AFDB. Grayscale: #747474. Windows color (decimal): -2469852 or 2379994. OLE color: 2379994.
HSL color Cylindrical-coordinate representation of color #DA5024: hue angle of 14.51º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA5024 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 36 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.15 |
| HSL | 14.51º | 0.72% | 0.5% | - |
| HSV(B) | 14.51º | 0.83% | 0.85% | - |
| XYZ | 32.1 | 20.77 | 3.99 | - |
| YUV | 116.25 | 82.72 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 36 | 0 | 0.63 | 0.83 | 0.15 | 14.51 | 0.72 | 0.5 |
| Hex | DA | 50 | 24 | 0 | 3F | 53 | F | F | 48 | 32 |
| Octal | 332 | 120 | 44 | 0 | 77 | 123 | 17 | 17 | 110 | 62 |
| Binary | 11011010 | 1010000 | 100100 | 0 | 111111 | 1010011 | 1111 | 1111 | 1001000 | 110010 |
Color Harmonies of #DA5024
Complementary color
Monochromatic Colors of #DA5024
Black with #DA5024
Text Example
Text Example
White with #DA5024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5024; }
p { color: rgb(218,80,36); }
H1.HeaderClassName
{
color: #DA5024;
}
.AnyTagClassName
{
color: #DA5024;
}
</style>
background-color css
<style>
a { background-color: #DA5024; }
a { background-color: rgb(218,80,36); }
div.DivClassName
{
background-color: #DA5024;
}
.BgClassName
{
background-color: #DA5024;
}
</style>
border-color css
<style>
span { border-color: #DA5024; }
span { border-color: rgb(218,80,36); }
td.TdClassName
{
border-color: #DA5024;
}
.TagClassName
{
border-color: #DA5024;
}
</style>