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