Shades of Fire Engine Red #D31D1F
Tints of Fire Engine Red #D31D1F
RGB
CMYK
RGB Variations
Color information
#D31D1F (or 0xD31D1F) is known color: Fire Engine Red. HEX triplet: D3, 1D and 1F. RGB value is (211,29,31). Sum of RGB (Red+Green+Blue) = 211+29+31=271 (35% of max value = 765). Red value is 211 (82.81% from 255 or 77.86% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 211 - color contains mainly: red. Hex color #D31D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31D1F is #2CE2E0. Grayscale: #535353. Windows color (decimal): -2941665 or 2039251. OLE color: 2039251.
HSL color Cylindrical-coordinate representation of color #D31D1F: hue angle of 359.34º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31D1F is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 29 | 31 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.17 |
| HSL | 359.34º | 0.76% | 0.47% | - |
| HSV(B) | 359.34º | 0.86% | 0.83% | - |
| XYZ | 27.55 | 14.83 | 2.71 | - |
| YUV | 83.65 | 98.3 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 29 | 31 | 0 | 0.86 | 0.85 | 0.17 | 359.34 | 0.76 | 0.47 |
| Hex | D3 | 1D | 1F | 0 | 56 | 55 | 11 | 167 | 4C | 2F |
| Octal | 323 | 35 | 37 | 0 | 126 | 125 | 21 | 547 | 114 | 57 |
| Binary | 11010011 | 11101 | 11111 | 0 | 1010110 | 1010101 | 10001 | 101100111 | 1001100 | 101111 |
Color Harmonies of #D31D1F
Complementary color
Monochromatic Colors of #D31D1F
Black with #D31D1F
Text Example
Text Example
White with #D31D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31D1F; }
p { color: rgb(211,29,31); }
H1.HeaderClassName
{
color: #D31D1F;
}
.AnyTagClassName
{
color: #D31D1F;
}
</style>
background-color css
<style>
a { background-color: #D31D1F; }
a { background-color: rgb(211,29,31); }
div.DivClassName
{
background-color: #D31D1F;
}
.BgClassName
{
background-color: #D31D1F;
}
</style>
border-color css
<style>
span { border-color: #D31D1F; }
span { border-color: rgb(211,29,31); }
td.TdClassName
{
border-color: #D31D1F;
}
.TagClassName
{
border-color: #D31D1F;
}
</style>