Shades of Fire Engine Red #D4171B
Tints of Fire Engine Red #D4171B
RGB
CMYK
RGB Variations
Color information
#D4171B (or 0xD4171B) is known color: Fire Engine Red. HEX triplet: D4, 17 and 1B. RGB value is (212,23,27). Sum of RGB (Red+Green+Blue) = 212+23+27=262 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.92% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 212 - color contains mainly: red. Hex color #D4171B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4171B is #2BE8E4. Grayscale: #505050. Windows color (decimal): -2877669 or 1775572. OLE color: 1775572.
HSL color Cylindrical-coordinate representation of color #D4171B: hue angle of 358.73º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4171B is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 27 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.17 |
| HSL | 358.73º | 0.8% | 0.46% | - |
| HSV(B) | 358.73º | 0.89% | 0.83% | - |
| XYZ | 27.66 | 14.69 | 2.41 | - |
| YUV | 79.97 | 98.12 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 27 | 0 | 0.89 | 0.87 | 0.17 | 358.73 | 0.8 | 0.46 |
| Hex | D4 | 17 | 1B | 0 | 59 | 57 | 11 | 167 | 50 | 2E |
| Octal | 324 | 27 | 33 | 0 | 131 | 127 | 21 | 547 | 120 | 56 |
| Binary | 11010100 | 10111 | 11011 | 0 | 1011001 | 1010111 | 10001 | 101100111 | 1010000 | 101110 |
Color Harmonies of #D4171B
Complementary color
Monochromatic Colors of #D4171B
Black with #D4171B
Text Example
Text Example
White with #D4171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4171B; }
p { color: rgb(212,23,27); }
H1.HeaderClassName
{
color: #D4171B;
}
.AnyTagClassName
{
color: #D4171B;
}
</style>
background-color css
<style>
a { background-color: #D4171B; }
a { background-color: rgb(212,23,27); }
div.DivClassName
{
background-color: #D4171B;
}
.BgClassName
{
background-color: #D4171B;
}
</style>
border-color css
<style>
span { border-color: #D4171B; }
span { border-color: rgb(212,23,27); }
td.TdClassName
{
border-color: #D4171B;
}
.TagClassName
{
border-color: #D4171B;
}
</style>