Shades of Fire Engine Red #D31416
Tints of Fire Engine Red #D31416
RGB
CMYK
RGB Variations
Color information
#D31416 (or 0xD31416) is known color: Fire Engine Red. HEX triplet: D3, 14 and 16. RGB value is (211,20,22). Sum of RGB (Red+Green+Blue) = 211+20+22=253 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.40% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 211 - color contains mainly: red. Hex color #D31416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31416 is #2CEBE9. Grayscale: #4D4D4D. Windows color (decimal): -2943978 or 1447123. OLE color: 1447123.
HSL color Cylindrical-coordinate representation of color #D31416: hue angle of 359.37º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D31416 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 22 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.17 |
| HSL | 359.37º | 0.83% | 0.45% | - |
| HSV(B) | 359.37º | 0.91% | 0.83% | - |
| XYZ | 27.26 | 14.41 | 2.1 | - |
| YUV | 77.34 | 96.78 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 22 | 0 | 0.91 | 0.90 | 0.17 | 359.37 | 0.83 | 0.45 |
| Hex | D3 | 14 | 16 | 0 | 5B | 5A | 11 | 167 | 53 | 2D |
| Octal | 323 | 24 | 26 | 0 | 133 | 132 | 21 | 547 | 123 | 55 |
| Binary | 11010011 | 10100 | 10110 | 0 | 1011011 | 1011010 | 10001 | 101100111 | 1010011 | 101101 |
Color Harmonies of #D31416
Complementary color
Monochromatic Colors of #D31416
Black with #D31416
Text Example
Text Example
White with #D31416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31416; }
p { color: rgb(211,20,22); }
H1.HeaderClassName
{
color: #D31416;
}
.AnyTagClassName
{
color: #D31416;
}
</style>
background-color css
<style>
a { background-color: #D31416; }
a { background-color: rgb(211,20,22); }
div.DivClassName
{
background-color: #D31416;
}
.BgClassName
{
background-color: #D31416;
}
</style>
border-color css
<style>
span { border-color: #D31416; }
span { border-color: rgb(211,20,22); }
td.TdClassName
{
border-color: #D31416;
}
.TagClassName
{
border-color: #D31416;
}
</style>