Shades of Chilean Fire #DA5325
Tints of Chilean Fire #DA5325
RGB
CMYK
RGB Variations
Color information
#DA5325 (or 0xDA5325) is known color: Chilean Fire. HEX triplet: DA, 53 and 25. RGB value is (218,83,37). Sum of RGB (Red+Green+Blue) = 218+83+37=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5325 is #25ACDA. Grayscale: #767676. Windows color (decimal): -2469083 or 2446298. OLE color: 2446298.
HSL color Cylindrical-coordinate representation of color #DA5325: hue angle of 15.25º 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 #DA5325 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 37 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.15 |
| HSL | 15.25º | 0.71% | 0.5% | - |
| HSV(B) | 15.25º | 0.83% | 0.85% | - |
| XYZ | 32.34 | 21.23 | 4.14 | - |
| YUV | 118.12 | 82.23 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 37 | 0 | 0.62 | 0.83 | 0.15 | 15.25 | 0.71 | 0.5 |
| Hex | DA | 53 | 25 | 0 | 3E | 53 | F | F | 47 | 32 |
| Octal | 332 | 123 | 45 | 0 | 76 | 123 | 17 | 17 | 107 | 62 |
| Binary | 11011010 | 1010011 | 100101 | 0 | 111110 | 1010011 | 1111 | 1111 | 1000111 | 110010 |
Color Harmonies of #DA5325
Complementary color
Monochromatic Colors of #DA5325
Black with #DA5325
Text Example
Text Example
White with #DA5325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5325; }
p { color: rgb(218,83,37); }
H1.HeaderClassName
{
color: #DA5325;
}
.AnyTagClassName
{
color: #DA5325;
}
</style>
background-color css
<style>
a { background-color: #DA5325; }
a { background-color: rgb(218,83,37); }
div.DivClassName
{
background-color: #DA5325;
}
.BgClassName
{
background-color: #DA5325;
}
</style>
border-color css
<style>
span { border-color: #DA5325; }
span { border-color: rgb(218,83,37); }
td.TdClassName
{
border-color: #DA5325;
}
.TagClassName
{
border-color: #DA5325;
}
</style>