Shades of Fire Engine Red #D10C2C
Tints of Fire Engine Red #D10C2C
RGB
CMYK
RGB Variations
Color information
#D10C2C (or 0xD10C2C) is known color: Fire Engine Red. HEX triplet: D1, 0C and 2C. RGB value is (209,12,44). Sum of RGB (Red+Green+Blue) = 209+12+44=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10C2C is #2EF3D3. Grayscale: #4A4A4A. Windows color (decimal): -3077076 or 2886865. OLE color: 2886865.
HSL color Cylindrical-coordinate representation of color #D10C2C: hue angle of 350.25º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C2C is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 12 | 44 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.18 |
| HSL | 350.25º | 0.89% | 0.43% | - |
| HSV(B) | 350.25º | 0.94% | 0.82% | - |
| XYZ | 26.88 | 14 | 3.67 | - |
| YUV | 74.55 | 110.77 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 44 | 0 | 0.94 | 0.79 | 0.18 | 350.25 | 0.89 | 0.43 |
| Hex | D1 | C | 2C | 0 | 5E | 4F | 12 | 15E | 59 | 2B |
| Octal | 321 | 14 | 54 | 0 | 136 | 117 | 22 | 536 | 131 | 53 |
| Binary | 11010001 | 1100 | 101100 | 0 | 1011110 | 1001111 | 10010 | 101011110 | 1011001 | 101011 |
Color Harmonies of #D10C2C
Complementary color
Monochromatic Colors of #D10C2C
Black with #D10C2C
Text Example
Text Example
White with #D10C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10C2C; }
p { color: rgb(209,12,44); }
H1.HeaderClassName
{
color: #D10C2C;
}
.AnyTagClassName
{
color: #D10C2C;
}
</style>
background-color css
<style>
a { background-color: #D10C2C; }
a { background-color: rgb(209,12,44); }
div.DivClassName
{
background-color: #D10C2C;
}
.BgClassName
{
background-color: #D10C2C;
}
</style>
border-color css
<style>
span { border-color: #D10C2C; }
span { border-color: rgb(209,12,44); }
td.TdClassName
{
border-color: #D10C2C;
}
.TagClassName
{
border-color: #D10C2C;
}
</style>