Shades of Fire Engine Red #D10D1C
Tints of Fire Engine Red #D10D1C
RGB
CMYK
RGB Variations
Color information
#D10D1C (or 0xD10D1C) is known color: Fire Engine Red. HEX triplet: D1, 0D and 1C. RGB value is (209,13,28). Sum of RGB (Red+Green+Blue) = 209+13+28=250 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.6% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10D1C is #2EF2E3. Grayscale: #494949. Windows color (decimal): -3076836 or 1838545. OLE color: 1838545.
HSL color Cylindrical-coordinate representation of color #D10D1C: hue angle of 355.41º 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 #D10D1C is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 28 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.18 |
| HSL | 355.41º | 0.88% | 0.44% | - |
| HSV(B) | 355.41º | 0.94% | 0.82% | - |
| XYZ | 26.65 | 13.93 | 2.38 | - |
| YUV | 73.31 | 102.43 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 28 | 0 | 0.94 | 0.87 | 0.18 | 355.41 | 0.88 | 0.44 |
| Hex | D1 | D | 1C | 0 | 5E | 57 | 12 | 163 | 58 | 2C |
| Octal | 321 | 15 | 34 | 0 | 136 | 127 | 22 | 543 | 130 | 54 |
| Binary | 11010001 | 1101 | 11100 | 0 | 1011110 | 1010111 | 10010 | 101100011 | 1011000 | 101100 |
Color Harmonies of #D10D1C
Complementary color
Monochromatic Colors of #D10D1C
Black with #D10D1C
Text Example
Text Example
White with #D10D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D1C; }
p { color: rgb(209,13,28); }
H1.HeaderClassName
{
color: #D10D1C;
}
.AnyTagClassName
{
color: #D10D1C;
}
</style>
background-color css
<style>
a { background-color: #D10D1C; }
a { background-color: rgb(209,13,28); }
div.DivClassName
{
background-color: #D10D1C;
}
.BgClassName
{
background-color: #D10D1C;
}
</style>
border-color css
<style>
span { border-color: #D10D1C; }
span { border-color: rgb(209,13,28); }
td.TdClassName
{
border-color: #D10D1C;
}
.TagClassName
{
border-color: #D10D1C;
}
</style>