Shades of Chilean Fire #DA593A
Tints of Chilean Fire #DA593A
RGB
CMYK
RGB Variations
Color information
#DA593A (or 0xDA593A) is known color: Chilean Fire. HEX triplet: DA, 59 and 3A. RGB value is (218,89,58). Sum of RGB (Red+Green+Blue) = 218+89+58=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA593A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA593A is #25A6C5. Grayscale: #7C7C7C. Windows color (decimal): -2467526 or 3824090. OLE color: 3824090.
HSL color Cylindrical-coordinate representation of color #DA593A: hue angle of 11.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA593A is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 58 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.15 |
| HSL | 11.63º | 0.68% | 0.54% | - |
| HSV(B) | 11.63º | 0.73% | 0.85% | - |
| XYZ | 33.25 | 22.36 | 6.57 | - |
| YUV | 124.04 | 90.74 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 58 | 0 | 0.59 | 0.73 | 0.15 | 11.63 | 0.68 | 0.54 |
| Hex | DA | 59 | 3A | 0 | 3B | 49 | F | C | 44 | 36 |
| Octal | 332 | 131 | 72 | 0 | 73 | 111 | 17 | 14 | 104 | 66 |
| Binary | 11011010 | 1011001 | 111010 | 0 | 111011 | 1001001 | 1111 | 1100 | 1000100 | 110110 |
Color Harmonies of #DA593A
Complementary color
Monochromatic Colors of #DA593A
Black with #DA593A
Text Example
Text Example
White with #DA593A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA593A; }
p { color: rgb(218,89,58); }
H1.HeaderClassName
{
color: #DA593A;
}
.AnyTagClassName
{
color: #DA593A;
}
</style>
background-color css
<style>
a { background-color: #DA593A; }
a { background-color: rgb(218,89,58); }
div.DivClassName
{
background-color: #DA593A;
}
.BgClassName
{
background-color: #DA593A;
}
</style>
border-color css
<style>
span { border-color: #DA593A; }
span { border-color: rgb(218,89,58); }
td.TdClassName
{
border-color: #DA593A;
}
.TagClassName
{
border-color: #DA593A;
}
</style>