Shades of Fire Engine Red #DA111A
Tints of Fire Engine Red #DA111A
RGB
CMYK
RGB Variations
Color information
#DA111A (or 0xDA111A) is known color: Fire Engine Red. HEX triplet: DA, 11 and 1A. RGB value is (218,17,26). Sum of RGB (Red+Green+Blue) = 218+17+26=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA111A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA111A is #25EEE5. Grayscale: #4E4E4E. Windows color (decimal): -2485990 or 1708506. OLE color: 1708506.
HSL color Cylindrical-coordinate representation of color #DA111A: hue angle of 357.31º 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 #DA111A is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 26 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.15 |
| HSL | 357.31º | 0.86% | 0.46% | - |
| HSV(B) | 357.31º | 0.92% | 0.85% | - |
| XYZ | 29.3 | 15.38 | 2.4 | - |
| YUV | 78.13 | 98.59 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 26 | 0 | 0.92 | 0.88 | 0.15 | 357.31 | 0.86 | 0.46 |
| Hex | DA | 11 | 1A | 0 | 5C | 58 | F | 165 | 56 | 2E |
| Octal | 332 | 21 | 32 | 0 | 134 | 130 | 17 | 545 | 126 | 56 |
| Binary | 11011010 | 10001 | 11010 | 0 | 1011100 | 1011000 | 1111 | 101100101 | 1010110 | 101110 |
Color Harmonies of #DA111A
Complementary color
Monochromatic Colors of #DA111A
Black with #DA111A
Text Example
Text Example
White with #DA111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA111A; }
p { color: rgb(218,17,26); }
H1.HeaderClassName
{
color: #DA111A;
}
.AnyTagClassName
{
color: #DA111A;
}
</style>
background-color css
<style>
a { background-color: #DA111A; }
a { background-color: rgb(218,17,26); }
div.DivClassName
{
background-color: #DA111A;
}
.BgClassName
{
background-color: #DA111A;
}
</style>
border-color css
<style>
span { border-color: #DA111A; }
span { border-color: rgb(218,17,26); }
td.TdClassName
{
border-color: #DA111A;
}
.TagClassName
{
border-color: #DA111A;
}
</style>