Shades of Fire Engine Red #D10D2D
Tints of Fire Engine Red #D10D2D
RGB
CMYK
RGB Variations
Color information
#D10D2D (or 0xD10D2D) is known color: Fire Engine Red. HEX triplet: D1, 0D and 2D. RGB value is (209,13,45). Sum of RGB (Red+Green+Blue) = 209+13+45=267 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.28% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10D2D is #2EF2D2. Grayscale: #4B4B4B. Windows color (decimal): -3076819 or 2952657. OLE color: 2952657.
HSL color Cylindrical-coordinate representation of color #D10D2D: hue angle of 350.2º 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 #D10D2D is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 45 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.18 |
| HSL | 350.2º | 0.88% | 0.44% | - |
| HSV(B) | 350.2º | 0.94% | 0.82% | - |
| XYZ | 26.91 | 14.03 | 3.77 | - |
| YUV | 75.25 | 110.93 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 45 | 0 | 0.94 | 0.78 | 0.18 | 350.2 | 0.88 | 0.44 |
| Hex | D1 | D | 2D | 0 | 5E | 4E | 12 | 15E | 58 | 2C |
| Octal | 321 | 15 | 55 | 0 | 136 | 116 | 22 | 536 | 130 | 54 |
| Binary | 11010001 | 1101 | 101101 | 0 | 1011110 | 1001110 | 10010 | 101011110 | 1011000 | 101100 |
Color Harmonies of #D10D2D
Complementary color
Monochromatic Colors of #D10D2D
Black with #D10D2D
Text Example
Text Example
White with #D10D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D2D; }
p { color: rgb(209,13,45); }
H1.HeaderClassName
{
color: #D10D2D;
}
.AnyTagClassName
{
color: #D10D2D;
}
</style>
background-color css
<style>
a { background-color: #D10D2D; }
a { background-color: rgb(209,13,45); }
div.DivClassName
{
background-color: #D10D2D;
}
.BgClassName
{
background-color: #D10D2D;
}
</style>
border-color css
<style>
span { border-color: #D10D2D; }
span { border-color: rgb(209,13,45); }
td.TdClassName
{
border-color: #D10D2D;
}
.TagClassName
{
border-color: #D10D2D;
}
</style>