Shades of Fire Engine Red #D21A2E
Tints of Fire Engine Red #D21A2E
RGB
CMYK
RGB Variations
Color information
#D21A2E (or 0xD21A2E) is known color: Fire Engine Red. HEX triplet: D2, 1A and 2E. RGB value is (210,26,46). Sum of RGB (Red+Green+Blue) = 210+26+46=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A2E is #2DE5D1. Grayscale: #535353. Windows color (decimal): -3007954 or 3021522. OLE color: 3021522.
HSL color Cylindrical-coordinate representation of color #D21A2E: hue angle of 353.48º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21A2E is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 46 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.18 |
| HSL | 353.48º | 0.78% | 0.46% | - |
| HSV(B) | 353.48º | 0.88% | 0.82% | - |
| XYZ | 27.44 | 14.64 | 3.96 | - |
| YUV | 83.3 | 106.96 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 46 | 0 | 0.88 | 0.78 | 0.18 | 353.48 | 0.78 | 0.46 |
| Hex | D2 | 1A | 2E | 0 | 58 | 4E | 12 | 161 | 4E | 2E |
| Octal | 322 | 32 | 56 | 0 | 130 | 116 | 22 | 541 | 116 | 56 |
| Binary | 11010010 | 11010 | 101110 | 0 | 1011000 | 1001110 | 10010 | 101100001 | 1001110 | 101110 |
Color Harmonies of #D21A2E
Complementary color
Monochromatic Colors of #D21A2E
Black with #D21A2E
Text Example
Text Example
White with #D21A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A2E; }
p { color: rgb(210,26,46); }
H1.HeaderClassName
{
color: #D21A2E;
}
.AnyTagClassName
{
color: #D21A2E;
}
</style>
background-color css
<style>
a { background-color: #D21A2E; }
a { background-color: rgb(210,26,46); }
div.DivClassName
{
background-color: #D21A2E;
}
.BgClassName
{
background-color: #D21A2E;
}
</style>
border-color css
<style>
span { border-color: #D21A2E; }
span { border-color: rgb(210,26,46); }
td.TdClassName
{
border-color: #D21A2E;
}
.TagClassName
{
border-color: #D21A2E;
}
</style>