Shades of Chilean Fire #DA5D25
Tints of Chilean Fire #DA5D25
RGB
CMYK
RGB Variations
Color information
#DA5D25 (or 0xDA5D25) is known color: Chilean Fire. HEX triplet: DA, 5D and 25. RGB value is (218,93,37). Sum of RGB (Red+Green+Blue) = 218+93+37=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5D25 is #25A2DA. Grayscale: #7C7C7C. Windows color (decimal): -2466523 or 2448858. OLE color: 2448858.
HSL color Cylindrical-coordinate representation of color #DA5D25: hue angle of 18.56º 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 #DA5D25 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 37 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.15 |
| HSL | 18.56º | 0.71% | 0.5% | - |
| HSV(B) | 18.56º | 0.83% | 0.85% | - |
| XYZ | 33.16 | 22.87 | 4.42 | - |
| YUV | 123.99 | 78.91 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 37 | 0 | 0.57 | 0.83 | 0.15 | 18.56 | 0.71 | 0.5 |
| Hex | DA | 5D | 25 | 0 | 39 | 53 | F | 13 | 47 | 32 |
| Octal | 332 | 135 | 45 | 0 | 71 | 123 | 17 | 23 | 107 | 62 |
| Binary | 11011010 | 1011101 | 100101 | 0 | 111001 | 1010011 | 1111 | 10011 | 1000111 | 110010 |
Color Harmonies of #DA5D25
Complementary color
Monochromatic Colors of #DA5D25
Black with #DA5D25
Text Example
Text Example
White with #DA5D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5D25; }
p { color: rgb(218,93,37); }
H1.HeaderClassName
{
color: #DA5D25;
}
.AnyTagClassName
{
color: #DA5D25;
}
</style>
background-color css
<style>
a { background-color: #DA5D25; }
a { background-color: rgb(218,93,37); }
div.DivClassName
{
background-color: #DA5D25;
}
.BgClassName
{
background-color: #DA5D25;
}
</style>
border-color css
<style>
span { border-color: #DA5D25; }
span { border-color: rgb(218,93,37); }
td.TdClassName
{
border-color: #DA5D25;
}
.TagClassName
{
border-color: #DA5D25;
}
</style>