Shades of Fire Engine Red #D10D1E
Tints of Fire Engine Red #D10D1E
RGB
CMYK
RGB Variations
Color information
#D10D1E (or 0xD10D1E) is known color: Fire Engine Red. HEX triplet: D1, 0D and 1E. RGB value is (209,13,30). Sum of RGB (Red+Green+Blue) = 209+13+30=252 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.94% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10D1E is #2EF2E1. Grayscale: #494949. Windows color (decimal): -3076834 or 1969617. OLE color: 1969617.
HSL color Cylindrical-coordinate representation of color #D10D1E: hue angle of 354.8º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10D1E is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 30 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.18 |
| HSL | 354.8º | 0.88% | 0.44% | - |
| HSV(B) | 354.8º | 0.94% | 0.82% | - |
| XYZ | 26.67 | 13.94 | 2.51 | - |
| YUV | 73.54 | 103.43 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 30 | 0 | 0.94 | 0.86 | 0.18 | 354.8 | 0.88 | 0.44 |
| Hex | D1 | D | 1E | 0 | 5E | 56 | 12 | 163 | 58 | 2C |
| Octal | 321 | 15 | 36 | 0 | 136 | 126 | 22 | 543 | 130 | 54 |
| Binary | 11010001 | 1101 | 11110 | 0 | 1011110 | 1010110 | 10010 | 101100011 | 1011000 | 101100 |
Color Harmonies of #D10D1E
Complementary color
Monochromatic Colors of #D10D1E
Black with #D10D1E
Text Example
Text Example
White with #D10D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D1E; }
p { color: rgb(209,13,30); }
H1.HeaderClassName
{
color: #D10D1E;
}
.AnyTagClassName
{
color: #D10D1E;
}
</style>
background-color css
<style>
a { background-color: #D10D1E; }
a { background-color: rgb(209,13,30); }
div.DivClassName
{
background-color: #D10D1E;
}
.BgClassName
{
background-color: #D10D1E;
}
</style>
border-color css
<style>
span { border-color: #D10D1E; }
span { border-color: rgb(209,13,30); }
td.TdClassName
{
border-color: #D10D1E;
}
.TagClassName
{
border-color: #D10D1E;
}
</style>