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