Shades of Fire Engine Red #D2172B
Tints of Fire Engine Red #D2172B
RGB
CMYK
RGB Variations
Color information
#D2172B (or 0xD2172B) is known color: Fire Engine Red. HEX triplet: D2, 17 and 2B. RGB value is (210,23,43). Sum of RGB (Red+Green+Blue) = 210+23+43=276 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.09% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 210 - color contains mainly: red. Hex color #D2172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2172B is #2DE8D4. Grayscale: #515151. Windows color (decimal): -3008725 or 2824146. OLE color: 2824146.
HSL color Cylindrical-coordinate representation of color #D2172B: hue angle of 353.58º 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 #D2172B is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 43 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.18 |
| HSL | 353.58º | 0.8% | 0.46% | - |
| HSV(B) | 353.58º | 0.89% | 0.82% | - |
| XYZ | 27.32 | 14.49 | 3.64 | - |
| YUV | 81.19 | 106.45 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 43 | 0 | 0.89 | 0.80 | 0.18 | 353.58 | 0.8 | 0.46 |
| Hex | D2 | 17 | 2B | 0 | 59 | 50 | 12 | 162 | 50 | 2E |
| Octal | 322 | 27 | 53 | 0 | 131 | 120 | 22 | 542 | 120 | 56 |
| Binary | 11010010 | 10111 | 101011 | 0 | 1011001 | 1010000 | 10010 | 101100010 | 1010000 | 101110 |
Color Harmonies of #D2172B
Complementary color
Monochromatic Colors of #D2172B
Black with #D2172B
Text Example
Text Example
White with #D2172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2172B; }
p { color: rgb(210,23,43); }
H1.HeaderClassName
{
color: #D2172B;
}
.AnyTagClassName
{
color: #D2172B;
}
</style>
background-color css
<style>
a { background-color: #D2172B; }
a { background-color: rgb(210,23,43); }
div.DivClassName
{
background-color: #D2172B;
}
.BgClassName
{
background-color: #D2172B;
}
</style>
border-color css
<style>
span { border-color: #D2172B; }
span { border-color: rgb(210,23,43); }
td.TdClassName
{
border-color: #D2172B;
}
.TagClassName
{
border-color: #D2172B;
}
</style>