Shades of Chilean Fire #DA5A24
Tints of Chilean Fire #DA5A24
RGB
CMYK
RGB Variations
Color information
#DA5A24 (or 0xDA5A24) is known color: Chilean Fire. HEX triplet: DA, 5A and 24. RGB value is (218,90,36). Sum of RGB (Red+Green+Blue) = 218+90+36=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5A24 is #25A5DB. Grayscale: #7A7A7A. Windows color (decimal): -2467292 or 2382554. OLE color: 2382554.
HSL color Cylindrical-coordinate representation of color #DA5A24: hue angle of 17.8º 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 #DA5A24 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 90 | 36 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.15 |
| HSL | 17.8º | 0.72% | 0.5% | - |
| HSV(B) | 17.8º | 0.83% | 0.85% | - |
| XYZ | 32.89 | 22.35 | 4.25 | - |
| YUV | 122.12 | 79.41 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 90 | 36 | 0 | 0.59 | 0.83 | 0.15 | 17.8 | 0.72 | 0.5 |
| Hex | DA | 5A | 24 | 0 | 3B | 53 | F | 12 | 48 | 32 |
| Octal | 332 | 132 | 44 | 0 | 73 | 123 | 17 | 22 | 110 | 62 |
| Binary | 11011010 | 1011010 | 100100 | 0 | 111011 | 1010011 | 1111 | 10010 | 1001000 | 110010 |
Color Harmonies of #DA5A24
Complementary color
Monochromatic Colors of #DA5A24
Black with #DA5A24
Text Example
Text Example
White with #DA5A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5A24; }
p { color: rgb(218,90,36); }
H1.HeaderClassName
{
color: #DA5A24;
}
.AnyTagClassName
{
color: #DA5A24;
}
</style>
background-color css
<style>
a { background-color: #DA5A24; }
a { background-color: rgb(218,90,36); }
div.DivClassName
{
background-color: #DA5A24;
}
.BgClassName
{
background-color: #DA5A24;
}
</style>
border-color css
<style>
span { border-color: #DA5A24; }
span { border-color: rgb(218,90,36); }
td.TdClassName
{
border-color: #DA5A24;
}
.TagClassName
{
border-color: #DA5A24;
}
</style>