Shades of Chilean Fire #DA512A
Tints of Chilean Fire #DA512A
RGB
CMYK
RGB Variations
Color information
#DA512A (or 0xDA512A) is known color: Chilean Fire. HEX triplet: DA, 51 and 2A. RGB value is (218,81,42). Sum of RGB (Red+Green+Blue) = 218+81+42=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA512A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA512A is #25AED5. Grayscale: #757575. Windows color (decimal): -2469590 or 2773466. OLE color: 2773466.
HSL color Cylindrical-coordinate representation of color #DA512A: hue angle of 13.3º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA512A is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 42 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.15 |
| HSL | 13.3º | 0.7% | 0.51% | - |
| HSV(B) | 13.3º | 0.81% | 0.85% | - |
| XYZ | 32.27 | 20.96 | 4.53 | - |
| YUV | 117.52 | 85.39 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 42 | 0 | 0.63 | 0.81 | 0.15 | 13.3 | 0.7 | 0.51 |
| Hex | DA | 51 | 2A | 0 | 3F | 51 | F | D | 46 | 33 |
| Octal | 332 | 121 | 52 | 0 | 77 | 121 | 17 | 15 | 106 | 63 |
| Binary | 11011010 | 1010001 | 101010 | 0 | 111111 | 1010001 | 1111 | 1101 | 1000110 | 110011 |
Color Harmonies of #DA512A
Complementary color
Monochromatic Colors of #DA512A
Black with #DA512A
Text Example
Text Example
White with #DA512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA512A; }
p { color: rgb(218,81,42); }
H1.HeaderClassName
{
color: #DA512A;
}
.AnyTagClassName
{
color: #DA512A;
}
</style>
background-color css
<style>
a { background-color: #DA512A; }
a { background-color: rgb(218,81,42); }
div.DivClassName
{
background-color: #DA512A;
}
.BgClassName
{
background-color: #DA512A;
}
</style>
border-color css
<style>
span { border-color: #DA512A; }
span { border-color: rgb(218,81,42); }
td.TdClassName
{
border-color: #DA512A;
}
.TagClassName
{
border-color: #DA512A;
}
</style>