Shades of Fire Engine Red #D21A2D
Tints of Fire Engine Red #D21A2D
RGB
CMYK
RGB Variations
Color information
#D21A2D (or 0xD21A2D) is known color: Fire Engine Red. HEX triplet: D2, 1A and 2D. RGB value is (210,26,45). Sum of RGB (Red+Green+Blue) = 210+26+45=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A2D is #2DE5D2. Grayscale: #535353. Windows color (decimal): -3007955 or 2955986. OLE color: 2955986.
HSL color Cylindrical-coordinate representation of color #D21A2D: hue angle of 353.8º 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 #D21A2D is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 45 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.18 |
| HSL | 353.8º | 0.78% | 0.46% | - |
| HSV(B) | 353.8º | 0.88% | 0.82% | - |
| XYZ | 27.42 | 14.63 | 3.86 | - |
| YUV | 83.18 | 106.46 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 45 | 0 | 0.88 | 0.79 | 0.18 | 353.8 | 0.78 | 0.46 |
| Hex | D2 | 1A | 2D | 0 | 58 | 4F | 12 | 162 | 4E | 2E |
| Octal | 322 | 32 | 55 | 0 | 130 | 117 | 22 | 542 | 116 | 56 |
| Binary | 11010010 | 11010 | 101101 | 0 | 1011000 | 1001111 | 10010 | 101100010 | 1001110 | 101110 |
Color Harmonies of #D21A2D
Complementary color
Monochromatic Colors of #D21A2D
Black with #D21A2D
Text Example
Text Example
White with #D21A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A2D; }
p { color: rgb(210,26,45); }
H1.HeaderClassName
{
color: #D21A2D;
}
.AnyTagClassName
{
color: #D21A2D;
}
</style>
background-color css
<style>
a { background-color: #D21A2D; }
a { background-color: rgb(210,26,45); }
div.DivClassName
{
background-color: #D21A2D;
}
.BgClassName
{
background-color: #D21A2D;
}
</style>
border-color css
<style>
span { border-color: #D21A2D; }
span { border-color: rgb(210,26,45); }
td.TdClassName
{
border-color: #D21A2D;
}
.TagClassName
{
border-color: #D21A2D;
}
</style>