Shades of Fire Engine Red #DA101E
Tints of Fire Engine Red #DA101E
RGB
CMYK
RGB Variations
Color information
#DA101E (or 0xDA101E) is known color: Fire Engine Red. HEX triplet: DA, 10 and 1E. RGB value is (218,16,30). Sum of RGB (Red+Green+Blue) = 218+16+30=264 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.58% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 218 - color contains mainly: red. Hex color #DA101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA101E is #25EFE1. Grayscale: #4E4E4E. Windows color (decimal): -2486242 or 1970394. OLE color: 1970394.
HSL color Cylindrical-coordinate representation of color #DA101E: hue angle of 355.84º 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 #DA101E is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 30 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.15 |
| HSL | 355.84º | 0.86% | 0.46% | - |
| HSV(B) | 355.84º | 0.93% | 0.85% | - |
| XYZ | 29.33 | 15.37 | 2.65 | - |
| YUV | 77.99 | 100.92 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 30 | 0 | 0.93 | 0.86 | 0.15 | 355.84 | 0.86 | 0.46 |
| Hex | DA | 10 | 1E | 0 | 5D | 56 | F | 164 | 56 | 2E |
| Octal | 332 | 20 | 36 | 0 | 135 | 126 | 17 | 544 | 126 | 56 |
| Binary | 11011010 | 10000 | 11110 | 0 | 1011101 | 1010110 | 1111 | 101100100 | 1010110 | 101110 |
Color Harmonies of #DA101E
Complementary color
Monochromatic Colors of #DA101E
Black with #DA101E
Text Example
Text Example
White with #DA101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA101E; }
p { color: rgb(218,16,30); }
H1.HeaderClassName
{
color: #DA101E;
}
.AnyTagClassName
{
color: #DA101E;
}
</style>
background-color css
<style>
a { background-color: #DA101E; }
a { background-color: rgb(218,16,30); }
div.DivClassName
{
background-color: #DA101E;
}
.BgClassName
{
background-color: #DA101E;
}
</style>
border-color css
<style>
span { border-color: #DA101E; }
span { border-color: rgb(218,16,30); }
td.TdClassName
{
border-color: #DA101E;
}
.TagClassName
{
border-color: #DA101E;
}
</style>