Shades of Chilean Fire #DA512C
Tints of Chilean Fire #DA512C
RGB
CMYK
RGB Variations
Color information
#DA512C (or 0xDA512C) is known color: Chilean Fire. HEX triplet: DA, 51 and 2C. RGB value is (218,81,44). Sum of RGB (Red+Green+Blue) = 218+81+44=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA512C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA512C is #25AED3. Grayscale: #767676. Windows color (decimal): -2469588 or 2904538. OLE color: 2904538.
HSL color Cylindrical-coordinate representation of color #DA512C: hue angle of 12.76º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA512C is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 44 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.15 |
| HSL | 12.76º | 0.7% | 0.51% | - |
| HSV(B) | 12.76º | 0.8% | 0.85% | - |
| XYZ | 32.31 | 20.97 | 4.73 | - |
| YUV | 117.75 | 86.39 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 44 | 0 | 0.63 | 0.80 | 0.15 | 12.76 | 0.7 | 0.51 |
| Hex | DA | 51 | 2C | 0 | 3F | 50 | F | D | 46 | 33 |
| Octal | 332 | 121 | 54 | 0 | 77 | 120 | 17 | 15 | 106 | 63 |
| Binary | 11011010 | 1010001 | 101100 | 0 | 111111 | 1010000 | 1111 | 1101 | 1000110 | 110011 |
Color Harmonies of #DA512C
Complementary color
Monochromatic Colors of #DA512C
Black with #DA512C
Text Example
Text Example
White with #DA512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA512C; }
p { color: rgb(218,81,44); }
H1.HeaderClassName
{
color: #DA512C;
}
.AnyTagClassName
{
color: #DA512C;
}
</style>
background-color css
<style>
a { background-color: #DA512C; }
a { background-color: rgb(218,81,44); }
div.DivClassName
{
background-color: #DA512C;
}
.BgClassName
{
background-color: #DA512C;
}
</style>
border-color css
<style>
span { border-color: #DA512C; }
span { border-color: rgb(218,81,44); }
td.TdClassName
{
border-color: #DA512C;
}
.TagClassName
{
border-color: #DA512C;
}
</style>