Shades of Chilean Fire #DA592A
Tints of Chilean Fire #DA592A
RGB
CMYK
RGB Variations
Color information
#DA592A (or 0xDA592A) is known color: Chilean Fire. HEX triplet: DA, 59 and 2A. RGB value is (218,89,42). Sum of RGB (Red+Green+Blue) = 218+89+42=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA592A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA592A is #25A6D5. Grayscale: #7A7A7A. Windows color (decimal): -2467542 or 2775514. OLE color: 2775514.
HSL color Cylindrical-coordinate representation of color #DA592A: hue angle of 16.02º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA592A is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 42 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.15 |
| HSL | 16.02º | 0.7% | 0.51% | - |
| HSV(B) | 16.02º | 0.81% | 0.85% | - |
| XYZ | 32.9 | 22.22 | 4.74 | - |
| YUV | 122.21 | 82.74 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 42 | 0 | 0.59 | 0.81 | 0.15 | 16.02 | 0.7 | 0.51 |
| Hex | DA | 59 | 2A | 0 | 3B | 51 | F | 10 | 46 | 33 |
| Octal | 332 | 131 | 52 | 0 | 73 | 121 | 17 | 20 | 106 | 63 |
| Binary | 11011010 | 1011001 | 101010 | 0 | 111011 | 1010001 | 1111 | 10000 | 1000110 | 110011 |
Color Harmonies of #DA592A
Complementary color
Monochromatic Colors of #DA592A
Black with #DA592A
Text Example
Text Example
White with #DA592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA592A; }
p { color: rgb(218,89,42); }
H1.HeaderClassName
{
color: #DA592A;
}
.AnyTagClassName
{
color: #DA592A;
}
</style>
background-color css
<style>
a { background-color: #DA592A; }
a { background-color: rgb(218,89,42); }
div.DivClassName
{
background-color: #DA592A;
}
.BgClassName
{
background-color: #DA592A;
}
</style>
border-color css
<style>
span { border-color: #DA592A; }
span { border-color: rgb(218,89,42); }
td.TdClassName
{
border-color: #DA592A;
}
.TagClassName
{
border-color: #DA592A;
}
</style>