Shades of Fire Engine Red #D2171B
Tints of Fire Engine Red #D2171B
RGB
CMYK
RGB Variations
Color information
#D2171B (or 0xD2171B) is known color: Fire Engine Red. HEX triplet: D2, 17 and 1B. RGB value is (210,23,27). Sum of RGB (Red+Green+Blue) = 210+23+27=260 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.77% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 210 - color contains mainly: red. Hex color #D2171B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2171B is #2DE8E4. Grayscale: #4F4F4F. Windows color (decimal): -3008741 or 1775570. OLE color: 1775570.
HSL color Cylindrical-coordinate representation of color #D2171B: hue angle of 358.72º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2171B is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 27 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.18 |
| HSL | 358.72º | 0.8% | 0.46% | - |
| HSV(B) | 358.72º | 0.89% | 0.82% | - |
| XYZ | 27.08 | 14.39 | 2.39 | - |
| YUV | 79.37 | 98.45 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 27 | 0 | 0.89 | 0.87 | 0.18 | 358.72 | 0.8 | 0.46 |
| Hex | D2 | 17 | 1B | 0 | 59 | 57 | 12 | 167 | 50 | 2E |
| Octal | 322 | 27 | 33 | 0 | 131 | 127 | 22 | 547 | 120 | 56 |
| Binary | 11010010 | 10111 | 11011 | 0 | 1011001 | 1010111 | 10010 | 101100111 | 1010000 | 101110 |
Color Harmonies of #D2171B
Complementary color
Monochromatic Colors of #D2171B
Black with #D2171B
Text Example
Text Example
White with #D2171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2171B; }
p { color: rgb(210,23,27); }
H1.HeaderClassName
{
color: #D2171B;
}
.AnyTagClassName
{
color: #D2171B;
}
</style>
background-color css
<style>
a { background-color: #D2171B; }
a { background-color: rgb(210,23,27); }
div.DivClassName
{
background-color: #D2171B;
}
.BgClassName
{
background-color: #D2171B;
}
</style>
border-color css
<style>
span { border-color: #D2171B; }
span { border-color: rgb(210,23,27); }
td.TdClassName
{
border-color: #D2171B;
}
.TagClassName
{
border-color: #D2171B;
}
</style>