Shades of Fire Engine Red #D21A2C
Tints of Fire Engine Red #D21A2C
RGB
CMYK
RGB Variations
Color information
#D21A2C (or 0xD21A2C) is known color: Fire Engine Red. HEX triplet: D2, 1A and 2C. RGB value is (210,26,44). Sum of RGB (Red+Green+Blue) = 210+26+44=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A2C is #2DE5D3. Grayscale: #535353. Windows color (decimal): -3007956 or 2890450. OLE color: 2890450.
HSL color Cylindrical-coordinate representation of color #D21A2C: hue angle of 354.13º 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 #D21A2C is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 44 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.18 |
| HSL | 354.13º | 0.78% | 0.46% | - |
| HSV(B) | 354.13º | 0.88% | 0.82% | - |
| XYZ | 27.4 | 14.62 | 3.76 | - |
| YUV | 83.07 | 105.96 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 44 | 0 | 0.88 | 0.79 | 0.18 | 354.13 | 0.78 | 0.46 |
| Hex | D2 | 1A | 2C | 0 | 58 | 4F | 12 | 162 | 4E | 2E |
| Octal | 322 | 32 | 54 | 0 | 130 | 117 | 22 | 542 | 116 | 56 |
| Binary | 11010010 | 11010 | 101100 | 0 | 1011000 | 1001111 | 10010 | 101100010 | 1001110 | 101110 |
Color Harmonies of #D21A2C
Complementary color
Monochromatic Colors of #D21A2C
Black with #D21A2C
Text Example
Text Example
White with #D21A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A2C; }
p { color: rgb(210,26,44); }
H1.HeaderClassName
{
color: #D21A2C;
}
.AnyTagClassName
{
color: #D21A2C;
}
</style>
background-color css
<style>
a { background-color: #D21A2C; }
a { background-color: rgb(210,26,44); }
div.DivClassName
{
background-color: #D21A2C;
}
.BgClassName
{
background-color: #D21A2C;
}
</style>
border-color css
<style>
span { border-color: #D21A2C; }
span { border-color: rgb(210,26,44); }
td.TdClassName
{
border-color: #D21A2C;
}
.TagClassName
{
border-color: #D21A2C;
}
</style>