Shades of Fire Engine Red #D2101D
Tints of Fire Engine Red #D2101D
RGB
CMYK
RGB Variations
Color information
#D2101D (or 0xD2101D) is known color: Fire Engine Red. HEX triplet: D2, 10 and 1D. RGB value is (210,16,29). Sum of RGB (Red+Green+Blue) = 210+16+29=255 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.35% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 210 - color contains mainly: red. Hex color #D2101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2101D is #2DEFE2. Grayscale: #4B4B4B. Windows color (decimal): -3010531 or 1904850. OLE color: 1904850.
HSL color Cylindrical-coordinate representation of color #D2101D: hue angle of 355.98º 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 #D2101D is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 29 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.18 |
| HSL | 355.98º | 0.86% | 0.44% | - |
| HSV(B) | 355.98º | 0.92% | 0.82% | - |
| XYZ | 26.99 | 14.16 | 2.47 | - |
| YUV | 75.49 | 101.77 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 29 | 0 | 0.92 | 0.86 | 0.18 | 355.98 | 0.86 | 0.44 |
| Hex | D2 | 10 | 1D | 0 | 5C | 56 | 12 | 164 | 56 | 2C |
| Octal | 322 | 20 | 35 | 0 | 134 | 126 | 22 | 544 | 126 | 54 |
| Binary | 11010010 | 10000 | 11101 | 0 | 1011100 | 1010110 | 10010 | 101100100 | 1010110 | 101100 |
Color Harmonies of #D2101D
Complementary color
Monochromatic Colors of #D2101D
Black with #D2101D
Text Example
Text Example
White with #D2101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2101D; }
p { color: rgb(210,16,29); }
H1.HeaderClassName
{
color: #D2101D;
}
.AnyTagClassName
{
color: #D2101D;
}
</style>
background-color css
<style>
a { background-color: #D2101D; }
a { background-color: rgb(210,16,29); }
div.DivClassName
{
background-color: #D2101D;
}
.BgClassName
{
background-color: #D2101D;
}
</style>
border-color css
<style>
span { border-color: #D2101D; }
span { border-color: rgb(210,16,29); }
td.TdClassName
{
border-color: #D2101D;
}
.TagClassName
{
border-color: #D2101D;
}
</style>