Shades of Fire Engine Red #DA111E
Tints of Fire Engine Red #DA111E
RGB
CMYK
RGB Variations
Color information
#DA111E (or 0xDA111E) is known color: Fire Engine Red. HEX triplet: DA, 11 and 1E. RGB value is (218,17,30). Sum of RGB (Red+Green+Blue) = 218+17+30=265 (35% of max value = 765). Red value is 218 (85.55% from 255 or 82.26% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 218 - color contains mainly: red. Hex color #DA111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA111E is #25EEE1. Grayscale: #4E4E4E. Windows color (decimal): -2485986 or 1970650. OLE color: 1970650.
HSL color Cylindrical-coordinate representation of color #DA111E: hue angle of 356.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA111E is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 30 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.15 |
| HSL | 356.12º | 0.86% | 0.46% | - |
| HSV(B) | 356.12º | 0.92% | 0.85% | - |
| XYZ | 29.35 | 15.4 | 2.65 | - |
| YUV | 78.58 | 100.59 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 30 | 0 | 0.92 | 0.86 | 0.15 | 356.12 | 0.86 | 0.46 |
| Hex | DA | 11 | 1E | 0 | 5C | 56 | F | 164 | 56 | 2E |
| Octal | 332 | 21 | 36 | 0 | 134 | 126 | 17 | 544 | 126 | 56 |
| Binary | 11011010 | 10001 | 11110 | 0 | 1011100 | 1010110 | 1111 | 101100100 | 1010110 | 101110 |
Color Harmonies of #DA111E
Complementary color
Monochromatic Colors of #DA111E
Black with #DA111E
Text Example
Text Example
White with #DA111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA111E; }
p { color: rgb(218,17,30); }
H1.HeaderClassName
{
color: #DA111E;
}
.AnyTagClassName
{
color: #DA111E;
}
</style>
background-color css
<style>
a { background-color: #DA111E; }
a { background-color: rgb(218,17,30); }
div.DivClassName
{
background-color: #DA111E;
}
.BgClassName
{
background-color: #DA111E;
}
</style>
border-color css
<style>
span { border-color: #DA111E; }
span { border-color: rgb(218,17,30); }
td.TdClassName
{
border-color: #DA111E;
}
.TagClassName
{
border-color: #DA111E;
}
</style>