Shades of Chilean Fire #DA592F
Tints of Chilean Fire #DA592F
RGB
CMYK
RGB Variations
Color information
#DA592F (or 0xDA592F) is known color: Chilean Fire. HEX triplet: DA, 59 and 2F. RGB value is (218,89,47). Sum of RGB (Red+Green+Blue) = 218+89+47=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA592F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA592F is #25A6D0. Grayscale: #7B7B7B. Windows color (decimal): -2467537 or 3103194. OLE color: 3103194.
HSL color Cylindrical-coordinate representation of color #DA592F: hue angle of 14.74º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA592F is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 47 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.15 |
| HSL | 14.74º | 0.7% | 0.52% | - |
| HSV(B) | 14.74º | 0.78% | 0.85% | - |
| XYZ | 33 | 22.26 | 5.25 | - |
| YUV | 122.78 | 85.24 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 47 | 0 | 0.59 | 0.78 | 0.15 | 14.74 | 0.7 | 0.52 |
| Hex | DA | 59 | 2F | 0 | 3B | 4E | F | F | 46 | 34 |
| Octal | 332 | 131 | 57 | 0 | 73 | 116 | 17 | 17 | 106 | 64 |
| Binary | 11011010 | 1011001 | 101111 | 0 | 111011 | 1001110 | 1111 | 1111 | 1000110 | 110100 |
Color Harmonies of #DA592F
Complementary color
Monochromatic Colors of #DA592F
Black with #DA592F
Text Example
Text Example
White with #DA592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA592F; }
p { color: rgb(218,89,47); }
H1.HeaderClassName
{
color: #DA592F;
}
.AnyTagClassName
{
color: #DA592F;
}
</style>
background-color css
<style>
a { background-color: #DA592F; }
a { background-color: rgb(218,89,47); }
div.DivClassName
{
background-color: #DA592F;
}
.BgClassName
{
background-color: #DA592F;
}
</style>
border-color css
<style>
span { border-color: #DA592F; }
span { border-color: rgb(218,89,47); }
td.TdClassName
{
border-color: #DA592F;
}
.TagClassName
{
border-color: #DA592F;
}
</style>