Shades of Fire Engine Red #D2172F
Tints of Fire Engine Red #D2172F
RGB
CMYK
RGB Variations
Color information
#D2172F (or 0xD2172F) is known color: Fire Engine Red. HEX triplet: D2, 17 and 2F. RGB value is (210,23,47). Sum of RGB (Red+Green+Blue) = 210+23+47=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D2172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2172F is #2DE8D0. Grayscale: #515151. Windows color (decimal): -3008721 or 3086290. OLE color: 3086290.
HSL color Cylindrical-coordinate representation of color #D2172F: hue angle of 352.3º 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 #D2172F is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 47 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.18 |
| HSL | 352.3º | 0.8% | 0.46% | - |
| HSV(B) | 352.3º | 0.89% | 0.82% | - |
| XYZ | 27.4 | 14.52 | 4.05 | - |
| YUV | 81.65 | 108.45 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 47 | 0 | 0.89 | 0.78 | 0.18 | 352.3 | 0.8 | 0.46 |
| Hex | D2 | 17 | 2F | 0 | 59 | 4E | 12 | 160 | 50 | 2E |
| Octal | 322 | 27 | 57 | 0 | 131 | 116 | 22 | 540 | 120 | 56 |
| Binary | 11010010 | 10111 | 101111 | 0 | 1011001 | 1001110 | 10010 | 101100000 | 1010000 | 101110 |
Color Harmonies of #D2172F
Complementary color
Monochromatic Colors of #D2172F
Black with #D2172F
Text Example
Text Example
White with #D2172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2172F; }
p { color: rgb(210,23,47); }
H1.HeaderClassName
{
color: #D2172F;
}
.AnyTagClassName
{
color: #D2172F;
}
</style>
background-color css
<style>
a { background-color: #D2172F; }
a { background-color: rgb(210,23,47); }
div.DivClassName
{
background-color: #D2172F;
}
.BgClassName
{
background-color: #D2172F;
}
</style>
border-color css
<style>
span { border-color: #D2172F; }
span { border-color: rgb(210,23,47); }
td.TdClassName
{
border-color: #D2172F;
}
.TagClassName
{
border-color: #D2172F;
}
</style>