Shades of Chilean Fire #DA502E
Tints of Chilean Fire #DA502E
RGB
CMYK
RGB Variations
Color information
#DA502E (or 0xDA502E) is known color: Chilean Fire. HEX triplet: DA, 50 and 2E. RGB value is (218,80,46). Sum of RGB (Red+Green+Blue) = 218+80+46=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 46 (18.36% from 255 or 13.37% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA502E is #25AFD1. Grayscale: #757575. Windows color (decimal): -2469842 or 3035354. OLE color: 3035354.
HSL color Cylindrical-coordinate representation of color #DA502E: hue angle of 11.86º 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 #DA502E is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 46 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.15 |
| HSL | 11.86º | 0.7% | 0.52% | - |
| HSV(B) | 11.86º | 0.79% | 0.85% | - |
| XYZ | 32.28 | 20.84 | 4.91 | - |
| YUV | 117.39 | 87.72 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 46 | 0 | 0.63 | 0.79 | 0.15 | 11.86 | 0.7 | 0.52 |
| Hex | DA | 50 | 2E | 0 | 3F | 4F | F | C | 46 | 34 |
| Octal | 332 | 120 | 56 | 0 | 77 | 117 | 17 | 14 | 106 | 64 |
| Binary | 11011010 | 1010000 | 101110 | 0 | 111111 | 1001111 | 1111 | 1100 | 1000110 | 110100 |
Color Harmonies of #DA502E
Complementary color
Monochromatic Colors of #DA502E
Black with #DA502E
Text Example
Text Example
White with #DA502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA502E; }
p { color: rgb(218,80,46); }
H1.HeaderClassName
{
color: #DA502E;
}
.AnyTagClassName
{
color: #DA502E;
}
</style>
background-color css
<style>
a { background-color: #DA502E; }
a { background-color: rgb(218,80,46); }
div.DivClassName
{
background-color: #DA502E;
}
.BgClassName
{
background-color: #DA502E;
}
</style>
border-color css
<style>
span { border-color: #DA502E; }
span { border-color: rgb(218,80,46); }
td.TdClassName
{
border-color: #DA502E;
}
.TagClassName
{
border-color: #DA502E;
}
</style>