Shades of Fire Engine Red #D31521
Tints of Fire Engine Red #D31521
RGB
CMYK
RGB Variations
Color information
#D31521 (or 0xD31521) is known color: Fire Engine Red. HEX triplet: D3, 15 and 21. RGB value is (211,21,33). Sum of RGB (Red+Green+Blue) = 211+21+33=265 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.62% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 211 - color contains mainly: red. Hex color #D31521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31521 is #2CEADE. Grayscale: #4F4F4F. Windows color (decimal): -2943711 or 2168275. OLE color: 2168275.
HSL color Cylindrical-coordinate representation of color #D31521: hue angle of 356.21º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31521 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 33 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.17 |
| HSL | 356.21º | 0.82% | 0.45% | - |
| HSV(B) | 356.21º | 0.9% | 0.83% | - |
| XYZ | 27.41 | 14.5 | 2.79 | - |
| YUV | 79.18 | 101.95 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 33 | 0 | 0.90 | 0.84 | 0.17 | 356.21 | 0.82 | 0.45 |
| Hex | D3 | 15 | 21 | 0 | 5A | 54 | 11 | 164 | 52 | 2D |
| Octal | 323 | 25 | 41 | 0 | 132 | 124 | 21 | 544 | 122 | 55 |
| Binary | 11010011 | 10101 | 100001 | 0 | 1011010 | 1010100 | 10001 | 101100100 | 1010010 | 101101 |
Color Harmonies of #D31521
Complementary color
Monochromatic Colors of #D31521
Black with #D31521
Text Example
Text Example
White with #D31521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31521; }
p { color: rgb(211,21,33); }
H1.HeaderClassName
{
color: #D31521;
}
.AnyTagClassName
{
color: #D31521;
}
</style>
background-color css
<style>
a { background-color: #D31521; }
a { background-color: rgb(211,21,33); }
div.DivClassName
{
background-color: #D31521;
}
.BgClassName
{
background-color: #D31521;
}
</style>
border-color css
<style>
span { border-color: #D31521; }
span { border-color: rgb(211,21,33); }
td.TdClassName
{
border-color: #D31521;
}
.TagClassName
{
border-color: #D31521;
}
</style>