Shades of Fire Engine Red #D10E2C
Tints of Fire Engine Red #D10E2C
RGB
CMYK
RGB Variations
Color information
#D10E2C (or 0xD10E2C) is known color: Fire Engine Red. HEX triplet: D1, 0E and 2C. RGB value is (209,14,44). Sum of RGB (Red+Green+Blue) = 209+14+44=267 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.28% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10E2C is #2EF1D3. Grayscale: #4B4B4B. Windows color (decimal): -3076564 or 2887377. OLE color: 2887377.
HSL color Cylindrical-coordinate representation of color #D10E2C: hue angle of 350.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 #D10E2C is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 14 | 44 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.18 |
| HSL | 350.77º | 0.87% | 0.44% | - |
| HSV(B) | 350.77º | 0.93% | 0.82% | - |
| XYZ | 26.91 | 14.05 | 3.68 | - |
| YUV | 75.73 | 110.1 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 44 | 0 | 0.93 | 0.79 | 0.18 | 350.77 | 0.87 | 0.44 |
| Hex | D1 | E | 2C | 0 | 5D | 4F | 12 | 15F | 57 | 2C |
| Octal | 321 | 16 | 54 | 0 | 135 | 117 | 22 | 537 | 127 | 54 |
| Binary | 11010001 | 1110 | 101100 | 0 | 1011101 | 1001111 | 10010 | 101011111 | 1010111 | 101100 |
Color Harmonies of #D10E2C
Complementary color
Monochromatic Colors of #D10E2C
Black with #D10E2C
Text Example
Text Example
White with #D10E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10E2C; }
p { color: rgb(209,14,44); }
H1.HeaderClassName
{
color: #D10E2C;
}
.AnyTagClassName
{
color: #D10E2C;
}
</style>
background-color css
<style>
a { background-color: #D10E2C; }
a { background-color: rgb(209,14,44); }
div.DivClassName
{
background-color: #D10E2C;
}
.BgClassName
{
background-color: #D10E2C;
}
</style>
border-color css
<style>
span { border-color: #D10E2C; }
span { border-color: rgb(209,14,44); }
td.TdClassName
{
border-color: #D10E2C;
}
.TagClassName
{
border-color: #D10E2C;
}
</style>