Shades of Fire Engine Red #D2101E
Tints of Fire Engine Red #D2101E
RGB
CMYK
RGB Variations
Color information
#D2101E (or 0xD2101E) is known color: Fire Engine Red. HEX triplet: D2, 10 and 1E. RGB value is (210,16,30). Sum of RGB (Red+Green+Blue) = 210+16+30=256 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.03% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 210 - color contains mainly: red. Hex color #D2101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2101E is #2DEFE1. Grayscale: #4B4B4B. Windows color (decimal): -3010530 or 1970386. OLE color: 1970386.
HSL color Cylindrical-coordinate representation of color #D2101E: hue angle of 355.67º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2101E is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 30 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.18 |
| HSL | 355.67º | 0.86% | 0.44% | - |
| HSV(B) | 355.67º | 0.92% | 0.82% | - |
| XYZ | 27 | 14.17 | 2.54 | - |
| YUV | 75.6 | 102.27 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 30 | 0 | 0.92 | 0.86 | 0.18 | 355.67 | 0.86 | 0.44 |
| Hex | D2 | 10 | 1E | 0 | 5C | 56 | 12 | 164 | 56 | 2C |
| Octal | 322 | 20 | 36 | 0 | 134 | 126 | 22 | 544 | 126 | 54 |
| Binary | 11010010 | 10000 | 11110 | 0 | 1011100 | 1010110 | 10010 | 101100100 | 1010110 | 101100 |
Color Harmonies of #D2101E
Complementary color
Monochromatic Colors of #D2101E
Black with #D2101E
Text Example
Text Example
White with #D2101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2101E; }
p { color: rgb(210,16,30); }
H1.HeaderClassName
{
color: #D2101E;
}
.AnyTagClassName
{
color: #D2101E;
}
</style>
background-color css
<style>
a { background-color: #D2101E; }
a { background-color: rgb(210,16,30); }
div.DivClassName
{
background-color: #D2101E;
}
.BgClassName
{
background-color: #D2101E;
}
</style>
border-color css
<style>
span { border-color: #D2101E; }
span { border-color: rgb(210,16,30); }
td.TdClassName
{
border-color: #D2101E;
}
.TagClassName
{
border-color: #D2101E;
}
</style>