Shades of Fire Engine Red #D21B2E
Tints of Fire Engine Red #D21B2E
RGB
CMYK
RGB Variations
Color information
#D21B2E (or 0xD21B2E) is known color: Fire Engine Red. HEX triplet: D2, 1B and 2E. RGB value is (210,27,46). Sum of RGB (Red+Green+Blue) = 210+27+46=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21B2E is #2DE4D1. Grayscale: #535353. Windows color (decimal): -3007698 or 3021778. OLE color: 3021778.
HSL color Cylindrical-coordinate representation of color #D21B2E: hue angle of 353.77º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21B2E is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 46 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.18 |
| HSL | 353.77º | 0.77% | 0.46% | - |
| HSV(B) | 353.77º | 0.87% | 0.82% | - |
| XYZ | 27.46 | 14.68 | 3.97 | - |
| YUV | 83.88 | 106.63 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 46 | 0 | 0.87 | 0.78 | 0.18 | 353.77 | 0.77 | 0.46 |
| Hex | D2 | 1B | 2E | 0 | 57 | 4E | 12 | 162 | 4D | 2E |
| Octal | 322 | 33 | 56 | 0 | 127 | 116 | 22 | 542 | 115 | 56 |
| Binary | 11010010 | 11011 | 101110 | 0 | 1010111 | 1001110 | 10010 | 101100010 | 1001101 | 101110 |
Color Harmonies of #D21B2E
Complementary color
Monochromatic Colors of #D21B2E
Black with #D21B2E
Text Example
Text Example
White with #D21B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21B2E; }
p { color: rgb(210,27,46); }
H1.HeaderClassName
{
color: #D21B2E;
}
.AnyTagClassName
{
color: #D21B2E;
}
</style>
background-color css
<style>
a { background-color: #D21B2E; }
a { background-color: rgb(210,27,46); }
div.DivClassName
{
background-color: #D21B2E;
}
.BgClassName
{
background-color: #D21B2E;
}
</style>
border-color css
<style>
span { border-color: #D21B2E; }
span { border-color: rgb(210,27,46); }
td.TdClassName
{
border-color: #D21B2E;
}
.TagClassName
{
border-color: #D21B2E;
}
</style>