Shades of Fire Engine Red #DA1012
Tints of Fire Engine Red #DA1012
RGB
CMYK
RGB Variations
Color information
#DA1012 (or 0xDA1012) is known color: Fire Engine Red. HEX triplet: DA, 10 and 12. RGB value is (218,16,18). Sum of RGB (Red+Green+Blue) = 218+16+18=252 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.51% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1012 is #25EFED. Grayscale: #4C4C4C. Windows color (decimal): -2486254 or 1183962. OLE color: 1183962.
HSL color Cylindrical-coordinate representation of color #DA1012: hue angle of 359.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA1012 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 18 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.15 |
| HSL | 359.41º | 0.86% | 0.46% | - |
| HSV(B) | 359.41º | 0.93% | 0.85% | - |
| XYZ | 29.21 | 15.32 | 1.99 | - |
| YUV | 76.63 | 94.92 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 18 | 0 | 0.93 | 0.92 | 0.15 | 359.41 | 0.86 | 0.46 |
| Hex | DA | 10 | 12 | 0 | 5D | 5C | F | 167 | 56 | 2E |
| Octal | 332 | 20 | 22 | 0 | 135 | 134 | 17 | 547 | 126 | 56 |
| Binary | 11011010 | 10000 | 10010 | 0 | 1011101 | 1011100 | 1111 | 101100111 | 1010110 | 101110 |
Color Harmonies of #DA1012
Complementary color
Monochromatic Colors of #DA1012
Black with #DA1012
Text Example
Text Example
White with #DA1012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1012; }
p { color: rgb(218,16,18); }
H1.HeaderClassName
{
color: #DA1012;
}
.AnyTagClassName
{
color: #DA1012;
}
</style>
background-color css
<style>
a { background-color: #DA1012; }
a { background-color: rgb(218,16,18); }
div.DivClassName
{
background-color: #DA1012;
}
.BgClassName
{
background-color: #DA1012;
}
</style>
border-color css
<style>
span { border-color: #DA1012; }
span { border-color: rgb(218,16,18); }
td.TdClassName
{
border-color: #DA1012;
}
.TagClassName
{
border-color: #DA1012;
}
</style>