Shades of Fire Engine Red #D21A2A
Tints of Fire Engine Red #D21A2A
RGB
CMYK
RGB Variations
Color information
#D21A2A (or 0xD21A2A) is known color: Fire Engine Red. HEX triplet: D2, 1A and 2A. RGB value is (210,26,42). Sum of RGB (Red+Green+Blue) = 210+26+42=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A2A is #2DE5D5. Grayscale: #525252. Windows color (decimal): -3007958 or 2759378. OLE color: 2759378.
HSL color Cylindrical-coordinate representation of color #D21A2A: hue angle of 354.78º 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 #D21A2A is Cyan = 0, Magento = 0.88, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 42 | - |
| CMYK | 0 | 0.88 | 0.8 | 0.18 |
| HSL | 354.78º | 0.78% | 0.46% | - |
| HSV(B) | 354.78º | 0.88% | 0.82% | - |
| XYZ | 27.37 | 14.61 | 3.57 | - |
| YUV | 82.84 | 104.96 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 42 | 0 | 0.88 | 0.8 | 0.18 | 354.78 | 0.78 | 0.46 |
| Hex | D2 | 1A | 2A | 0 | 58 | 50 | 12 | 163 | 4E | 2E |
| Octal | 322 | 32 | 52 | 0 | 130 | 120 | 22 | 543 | 116 | 56 |
| Binary | 11010010 | 11010 | 101010 | 0 | 1011000 | 1010000 | 10010 | 101100011 | 1001110 | 101110 |
Color Harmonies of #D21A2A
Complementary color
Monochromatic Colors of #D21A2A
Black with #D21A2A
Text Example
Text Example
White with #D21A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A2A; }
p { color: rgb(210,26,42); }
H1.HeaderClassName
{
color: #D21A2A;
}
.AnyTagClassName
{
color: #D21A2A;
}
</style>
background-color css
<style>
a { background-color: #D21A2A; }
a { background-color: rgb(210,26,42); }
div.DivClassName
{
background-color: #D21A2A;
}
.BgClassName
{
background-color: #D21A2A;
}
</style>
border-color css
<style>
span { border-color: #D21A2A; }
span { border-color: rgb(210,26,42); }
td.TdClassName
{
border-color: #D21A2A;
}
.TagClassName
{
border-color: #D21A2A;
}
</style>