Shades of Chilean Fire #DA5A25
Tints of Chilean Fire #DA5A25
RGB
CMYK
RGB Variations
Color information
#DA5A25 (or 0xDA5A25) is known color: Chilean Fire. HEX triplet: DA, 5A and 25. RGB value is (218,90,37). Sum of RGB (Red+Green+Blue) = 218+90+37=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5A25 is #25A5DA. Grayscale: #7A7A7A. Windows color (decimal): -2467291 or 2448090. OLE color: 2448090.
HSL color Cylindrical-coordinate representation of color #DA5A25: hue angle of 17.57º degrees, saturation: 0.71, 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 #DA5A25 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 90 | 37 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.15 |
| HSL | 17.57º | 0.71% | 0.5% | - |
| HSV(B) | 17.57º | 0.83% | 0.85% | - |
| XYZ | 32.9 | 22.35 | 4.33 | - |
| YUV | 122.23 | 79.91 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 90 | 37 | 0 | 0.59 | 0.83 | 0.15 | 17.57 | 0.71 | 0.5 |
| Hex | DA | 5A | 25 | 0 | 3B | 53 | F | 12 | 47 | 32 |
| Octal | 332 | 132 | 45 | 0 | 73 | 123 | 17 | 22 | 107 | 62 |
| Binary | 11011010 | 1011010 | 100101 | 0 | 111011 | 1010011 | 1111 | 10010 | 1000111 | 110010 |
Color Harmonies of #DA5A25
Complementary color
Monochromatic Colors of #DA5A25
Black with #DA5A25
Text Example
Text Example
White with #DA5A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5A25; }
p { color: rgb(218,90,37); }
H1.HeaderClassName
{
color: #DA5A25;
}
.AnyTagClassName
{
color: #DA5A25;
}
</style>
background-color css
<style>
a { background-color: #DA5A25; }
a { background-color: rgb(218,90,37); }
div.DivClassName
{
background-color: #DA5A25;
}
.BgClassName
{
background-color: #DA5A25;
}
</style>
border-color css
<style>
span { border-color: #DA5A25; }
span { border-color: rgb(218,90,37); }
td.TdClassName
{
border-color: #DA5A25;
}
.TagClassName
{
border-color: #DA5A25;
}
</style>