Shades of Fire Engine Red #D10E1F
Tints of Fire Engine Red #D10E1F
RGB
CMYK
RGB Variations
Color information
#D10E1F (or 0xD10E1F) is known color: Fire Engine Red. HEX triplet: D1, 0E and 1F. RGB value is (209,14,31). Sum of RGB (Red+Green+Blue) = 209+14+31=254 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.28% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10E1F is #2EF1E0. Grayscale: #4A4A4A. Windows color (decimal): -3076577 or 2035409. OLE color: 2035409.
HSL color Cylindrical-coordinate representation of color #D10E1F: hue angle of 354.77º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10E1F is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 14 | 31 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.18 |
| HSL | 354.77º | 0.87% | 0.44% | - |
| HSV(B) | 354.77º | 0.93% | 0.82% | - |
| XYZ | 26.7 | 13.97 | 2.59 | - |
| YUV | 74.24 | 103.6 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 31 | 0 | 0.93 | 0.85 | 0.18 | 354.77 | 0.87 | 0.44 |
| Hex | D1 | E | 1F | 0 | 5D | 55 | 12 | 163 | 57 | 2C |
| Octal | 321 | 16 | 37 | 0 | 135 | 125 | 22 | 543 | 127 | 54 |
| Binary | 11010001 | 1110 | 11111 | 0 | 1011101 | 1010101 | 10010 | 101100011 | 1010111 | 101100 |
Color Harmonies of #D10E1F
Complementary color
Monochromatic Colors of #D10E1F
Black with #D10E1F
Text Example
Text Example
White with #D10E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10E1F; }
p { color: rgb(209,14,31); }
H1.HeaderClassName
{
color: #D10E1F;
}
.AnyTagClassName
{
color: #D10E1F;
}
</style>
background-color css
<style>
a { background-color: #D10E1F; }
a { background-color: rgb(209,14,31); }
div.DivClassName
{
background-color: #D10E1F;
}
.BgClassName
{
background-color: #D10E1F;
}
</style>
border-color css
<style>
span { border-color: #D10E1F; }
span { border-color: rgb(209,14,31); }
td.TdClassName
{
border-color: #D10E1F;
}
.TagClassName
{
border-color: #D10E1F;
}
</style>