Shades of Fire Engine Red #DA111D
Tints of Fire Engine Red #DA111D
RGB
CMYK
RGB Variations
Color information
#DA111D (or 0xDA111D) is known color: Fire Engine Red. HEX triplet: DA, 11 and 1D. RGB value is (218,17,29). Sum of RGB (Red+Green+Blue) = 218+17+29=264 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.58% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 218 - color contains mainly: red. Hex color #DA111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA111D is #25EEE2. Grayscale: #4E4E4E. Windows color (decimal): -2485987 or 1905114. OLE color: 1905114.
HSL color Cylindrical-coordinate representation of color #DA111D: hue angle of 356.42º 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 #DA111D is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 29 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.15 |
| HSL | 356.42º | 0.86% | 0.46% | - |
| HSV(B) | 356.42º | 0.92% | 0.85% | - |
| XYZ | 29.34 | 15.4 | 2.59 | - |
| YUV | 78.47 | 100.09 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 29 | 0 | 0.92 | 0.87 | 0.15 | 356.42 | 0.86 | 0.46 |
| Hex | DA | 11 | 1D | 0 | 5C | 57 | F | 164 | 56 | 2E |
| Octal | 332 | 21 | 35 | 0 | 134 | 127 | 17 | 544 | 126 | 56 |
| Binary | 11011010 | 10001 | 11101 | 0 | 1011100 | 1010111 | 1111 | 101100100 | 1010110 | 101110 |
Color Harmonies of #DA111D
Complementary color
Monochromatic Colors of #DA111D
Black with #DA111D
Text Example
Text Example
White with #DA111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA111D; }
p { color: rgb(218,17,29); }
H1.HeaderClassName
{
color: #DA111D;
}
.AnyTagClassName
{
color: #DA111D;
}
</style>
background-color css
<style>
a { background-color: #DA111D; }
a { background-color: rgb(218,17,29); }
div.DivClassName
{
background-color: #DA111D;
}
.BgClassName
{
background-color: #DA111D;
}
</style>
border-color css
<style>
span { border-color: #DA111D; }
span { border-color: rgb(218,17,29); }
td.TdClassName
{
border-color: #DA111D;
}
.TagClassName
{
border-color: #DA111D;
}
</style>