Shades of Chilean Fire #DA582E
Tints of Chilean Fire #DA582E
RGB
CMYK
RGB Variations
Color information
#DA582E (or 0xDA582E) is known color: Chilean Fire. HEX triplet: DA, 58 and 2E. RGB value is (218,88,46). Sum of RGB (Red+Green+Blue) = 218+88+46=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA582E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA582E is #25A7D1. Grayscale: #7A7A7A. Windows color (decimal): -2467794 or 3037402. OLE color: 3037402.
HSL color Cylindrical-coordinate representation of color #DA582E: hue angle of 14.65º 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 #DA582E is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 46 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.15 |
| HSL | 14.65º | 0.7% | 0.52% | - |
| HSV(B) | 14.65º | 0.79% | 0.85% | - |
| XYZ | 32.9 | 22.08 | 5.11 | - |
| YUV | 122.08 | 85.07 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 46 | 0 | 0.60 | 0.79 | 0.15 | 14.65 | 0.7 | 0.52 |
| Hex | DA | 58 | 2E | 0 | 3C | 4F | F | F | 46 | 34 |
| Octal | 332 | 130 | 56 | 0 | 74 | 117 | 17 | 17 | 106 | 64 |
| Binary | 11011010 | 1011000 | 101110 | 0 | 111100 | 1001111 | 1111 | 1111 | 1000110 | 110100 |
Color Harmonies of #DA582E
Complementary color
Monochromatic Colors of #DA582E
Black with #DA582E
Text Example
Text Example
White with #DA582E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA582E; }
p { color: rgb(218,88,46); }
H1.HeaderClassName
{
color: #DA582E;
}
.AnyTagClassName
{
color: #DA582E;
}
</style>
background-color css
<style>
a { background-color: #DA582E; }
a { background-color: rgb(218,88,46); }
div.DivClassName
{
background-color: #DA582E;
}
.BgClassName
{
background-color: #DA582E;
}
</style>
border-color css
<style>
span { border-color: #DA582E; }
span { border-color: rgb(218,88,46); }
td.TdClassName
{
border-color: #DA582E;
}
.TagClassName
{
border-color: #DA582E;
}
</style>