Shades of Fire Engine Red #D10D2C
Tints of Fire Engine Red #D10D2C
RGB
CMYK
RGB Variations
Color information
#D10D2C (or 0xD10D2C) is known color: Fire Engine Red. HEX triplet: D1, 0D and 2C. RGB value is (209,13,44). Sum of RGB (Red+Green+Blue) = 209+13+44=266 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.57% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10D2C is #2EF2D3. Grayscale: #4B4B4B. Windows color (decimal): -3076820 or 2887121. OLE color: 2887121.
HSL color Cylindrical-coordinate representation of color #D10D2C: hue angle of 350.51º 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 #D10D2C is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 44 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.18 |
| HSL | 350.51º | 0.88% | 0.44% | - |
| HSV(B) | 350.51º | 0.94% | 0.82% | - |
| XYZ | 26.89 | 14.03 | 3.67 | - |
| YUV | 75.14 | 110.43 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 44 | 0 | 0.94 | 0.79 | 0.18 | 350.51 | 0.88 | 0.44 |
| Hex | D1 | D | 2C | 0 | 5E | 4F | 12 | 15F | 58 | 2C |
| Octal | 321 | 15 | 54 | 0 | 136 | 117 | 22 | 537 | 130 | 54 |
| Binary | 11010001 | 1101 | 101100 | 0 | 1011110 | 1001111 | 10010 | 101011111 | 1011000 | 101100 |
Color Harmonies of #D10D2C
Complementary color
Monochromatic Colors of #D10D2C
Black with #D10D2C
Text Example
Text Example
White with #D10D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D2C; }
p { color: rgb(209,13,44); }
H1.HeaderClassName
{
color: #D10D2C;
}
.AnyTagClassName
{
color: #D10D2C;
}
</style>
background-color css
<style>
a { background-color: #D10D2C; }
a { background-color: rgb(209,13,44); }
div.DivClassName
{
background-color: #D10D2C;
}
.BgClassName
{
background-color: #D10D2C;
}
</style>
border-color css
<style>
span { border-color: #D10D2C; }
span { border-color: rgb(209,13,44); }
td.TdClassName
{
border-color: #D10D2C;
}
.TagClassName
{
border-color: #D10D2C;
}
</style>