Shades of Fire Engine Red #D21A20
Tints of Fire Engine Red #D21A20
RGB
CMYK
RGB Variations
Color information
#D21A20 (or 0xD21A20) is known color: Fire Engine Red. HEX triplet: D2, 1A and 20. RGB value is (210,26,32). Sum of RGB (Red+Green+Blue) = 210+26+32=268 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.36% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A20 is #2DE5DF. Grayscale: #515151. Windows color (decimal): -3007968 or 2104018. OLE color: 2104018.
HSL color Cylindrical-coordinate representation of color #D21A20: hue angle of 358.04º 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 #D21A20 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 32 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.18 |
| HSL | 358.04º | 0.78% | 0.46% | - |
| HSV(B) | 358.04º | 0.88% | 0.82% | - |
| XYZ | 27.21 | 14.54 | 2.74 | - |
| YUV | 81.7 | 99.96 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 32 | 0 | 0.88 | 0.85 | 0.18 | 358.04 | 0.78 | 0.46 |
| Hex | D2 | 1A | 20 | 0 | 58 | 55 | 12 | 166 | 4E | 2E |
| Octal | 322 | 32 | 40 | 0 | 130 | 125 | 22 | 546 | 116 | 56 |
| Binary | 11010010 | 11010 | 100000 | 0 | 1011000 | 1010101 | 10010 | 101100110 | 1001110 | 101110 |
Color Harmonies of #D21A20
Complementary color
Monochromatic Colors of #D21A20
Black with #D21A20
Text Example
Text Example
White with #D21A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A20; }
p { color: rgb(210,26,32); }
H1.HeaderClassName
{
color: #D21A20;
}
.AnyTagClassName
{
color: #D21A20;
}
</style>
background-color css
<style>
a { background-color: #D21A20; }
a { background-color: rgb(210,26,32); }
div.DivClassName
{
background-color: #D21A20;
}
.BgClassName
{
background-color: #D21A20;
}
</style>
border-color css
<style>
span { border-color: #D21A20; }
span { border-color: rgb(210,26,32); }
td.TdClassName
{
border-color: #D21A20;
}
.TagClassName
{
border-color: #D21A20;
}
</style>