Shades of Chilean Fire #DA592D
Tints of Chilean Fire #DA592D
RGB
CMYK
RGB Variations
Color information
#DA592D (or 0xDA592D) is known color: Chilean Fire. HEX triplet: DA, 59 and 2D. RGB value is (218,89,45). Sum of RGB (Red+Green+Blue) = 218+89+45=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA592D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA592D is #25A6D2. Grayscale: #7A7A7A. Windows color (decimal): -2467539 or 2972122. OLE color: 2972122.
HSL color Cylindrical-coordinate representation of color #DA592D: hue angle of 15.26º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA592D is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 45 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.15 |
| HSL | 15.26º | 0.7% | 0.52% | - |
| HSV(B) | 15.26º | 0.79% | 0.85% | - |
| XYZ | 32.96 | 22.24 | 5.04 | - |
| YUV | 122.56 | 84.24 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 45 | 0 | 0.59 | 0.79 | 0.15 | 15.26 | 0.7 | 0.52 |
| Hex | DA | 59 | 2D | 0 | 3B | 4F | F | F | 46 | 34 |
| Octal | 332 | 131 | 55 | 0 | 73 | 117 | 17 | 17 | 106 | 64 |
| Binary | 11011010 | 1011001 | 101101 | 0 | 111011 | 1001111 | 1111 | 1111 | 1000110 | 110100 |
Color Harmonies of #DA592D
Complementary color
Monochromatic Colors of #DA592D
Black with #DA592D
Text Example
Text Example
White with #DA592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA592D; }
p { color: rgb(218,89,45); }
H1.HeaderClassName
{
color: #DA592D;
}
.AnyTagClassName
{
color: #DA592D;
}
</style>
background-color css
<style>
a { background-color: #DA592D; }
a { background-color: rgb(218,89,45); }
div.DivClassName
{
background-color: #DA592D;
}
.BgClassName
{
background-color: #DA592D;
}
</style>
border-color css
<style>
span { border-color: #DA592D; }
span { border-color: rgb(218,89,45); }
td.TdClassName
{
border-color: #DA592D;
}
.TagClassName
{
border-color: #DA592D;
}
</style>