Shades of Fire Engine Red #D10D1D
Tints of Fire Engine Red #D10D1D
RGB
CMYK
RGB Variations
Color information
#D10D1D (or 0xD10D1D) is known color: Fire Engine Red. HEX triplet: D1, 0D and 1D. RGB value is (209,13,29). Sum of RGB (Red+Green+Blue) = 209+13+29=251 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.27% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10D1D is #2EF2E2. Grayscale: #494949. Windows color (decimal): -3076835 or 1904081. OLE color: 1904081.
HSL color Cylindrical-coordinate representation of color #D10D1D: hue angle of 355.1º 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 #D10D1D is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 29 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.18 |
| HSL | 355.1º | 0.88% | 0.44% | - |
| HSV(B) | 355.1º | 0.94% | 0.82% | - |
| XYZ | 26.66 | 13.93 | 2.45 | - |
| YUV | 73.43 | 102.93 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 29 | 0 | 0.94 | 0.86 | 0.18 | 355.1 | 0.88 | 0.44 |
| Hex | D1 | D | 1D | 0 | 5E | 56 | 12 | 163 | 58 | 2C |
| Octal | 321 | 15 | 35 | 0 | 136 | 126 | 22 | 543 | 130 | 54 |
| Binary | 11010001 | 1101 | 11101 | 0 | 1011110 | 1010110 | 10010 | 101100011 | 1011000 | 101100 |
Color Harmonies of #D10D1D
Complementary color
Monochromatic Colors of #D10D1D
Black with #D10D1D
Text Example
Text Example
White with #D10D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D1D; }
p { color: rgb(209,13,29); }
H1.HeaderClassName
{
color: #D10D1D;
}
.AnyTagClassName
{
color: #D10D1D;
}
</style>
background-color css
<style>
a { background-color: #D10D1D; }
a { background-color: rgb(209,13,29); }
div.DivClassName
{
background-color: #D10D1D;
}
.BgClassName
{
background-color: #D10D1D;
}
</style>
border-color css
<style>
span { border-color: #D10D1D; }
span { border-color: rgb(209,13,29); }
td.TdClassName
{
border-color: #D10D1D;
}
.TagClassName
{
border-color: #D10D1D;
}
</style>