Shades of Fire Engine Red #D21F2E
Tints of Fire Engine Red #D21F2E
RGB
CMYK
RGB Variations
Color information
#D21F2E (or 0xD21F2E) is known color: Fire Engine Red. HEX triplet: D2, 1F and 2E. RGB value is (210,31,46). Sum of RGB (Red+Green+Blue) = 210+31+46=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21F2E is #2DE0D1. Grayscale: #565656. Windows color (decimal): -3006674 or 3022802. OLE color: 3022802.
HSL color Cylindrical-coordinate representation of color #D21F2E: hue angle of 354.97º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21F2E is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 46 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.18 |
| HSL | 354.97º | 0.74% | 0.47% | - |
| HSV(B) | 354.97º | 0.85% | 0.82% | - |
| XYZ | 27.56 | 14.88 | 4 | - |
| YUV | 86.23 | 105.3 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 46 | 0 | 0.85 | 0.78 | 0.18 | 354.97 | 0.74 | 0.47 |
| Hex | D2 | 1F | 2E | 0 | 55 | 4E | 12 | 163 | 4A | 2F |
| Octal | 322 | 37 | 56 | 0 | 125 | 116 | 22 | 543 | 112 | 57 |
| Binary | 11010010 | 11111 | 101110 | 0 | 1010101 | 1001110 | 10010 | 101100011 | 1001010 | 101111 |
Color Harmonies of #D21F2E
Complementary color
Monochromatic Colors of #D21F2E
Black with #D21F2E
Text Example
Text Example
White with #D21F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21F2E; }
p { color: rgb(210,31,46); }
H1.HeaderClassName
{
color: #D21F2E;
}
.AnyTagClassName
{
color: #D21F2E;
}
</style>
background-color css
<style>
a { background-color: #D21F2E; }
a { background-color: rgb(210,31,46); }
div.DivClassName
{
background-color: #D21F2E;
}
.BgClassName
{
background-color: #D21F2E;
}
</style>
border-color css
<style>
span { border-color: #D21F2E; }
span { border-color: rgb(210,31,46); }
td.TdClassName
{
border-color: #D21F2E;
}
.TagClassName
{
border-color: #D21F2E;
}
</style>