Shades of Fire Engine Red #D21A1D
Tints of Fire Engine Red #D21A1D
RGB
CMYK
RGB Variations
Color information
#D21A1D (or 0xD21A1D) is known color: Fire Engine Red. HEX triplet: D2, 1A and 1D. RGB value is (210,26,29). Sum of RGB (Red+Green+Blue) = 210+26+29=265 (35% of max value = 765). Red value is 210 (82.42% from 255 or 79.25% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A1D is #2DE5E2. Grayscale: #515151. Windows color (decimal): -3007971 or 1907410. OLE color: 1907410.
HSL color Cylindrical-coordinate representation of color #D21A1D: hue angle of 359.02º 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 #D21A1D is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 29 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.18 |
| HSL | 359.02º | 0.78% | 0.46% | - |
| HSV(B) | 359.02º | 0.88% | 0.82% | - |
| XYZ | 27.17 | 14.53 | 2.53 | - |
| YUV | 81.36 | 98.46 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 29 | 0 | 0.88 | 0.86 | 0.18 | 359.02 | 0.78 | 0.46 |
| Hex | D2 | 1A | 1D | 0 | 58 | 56 | 12 | 167 | 4E | 2E |
| Octal | 322 | 32 | 35 | 0 | 130 | 126 | 22 | 547 | 116 | 56 |
| Binary | 11010010 | 11010 | 11101 | 0 | 1011000 | 1010110 | 10010 | 101100111 | 1001110 | 101110 |
Color Harmonies of #D21A1D
Complementary color
Monochromatic Colors of #D21A1D
Black with #D21A1D
Text Example
Text Example
White with #D21A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A1D; }
p { color: rgb(210,26,29); }
H1.HeaderClassName
{
color: #D21A1D;
}
.AnyTagClassName
{
color: #D21A1D;
}
</style>
background-color css
<style>
a { background-color: #D21A1D; }
a { background-color: rgb(210,26,29); }
div.DivClassName
{
background-color: #D21A1D;
}
.BgClassName
{
background-color: #D21A1D;
}
</style>
border-color css
<style>
span { border-color: #D21A1D; }
span { border-color: rgb(210,26,29); }
td.TdClassName
{
border-color: #D21A1D;
}
.TagClassName
{
border-color: #D21A1D;
}
</style>