Shades of Fire Engine Red #D21922
Tints of Fire Engine Red #D21922
RGB
CMYK
RGB Variations
Color information
#D21922 (or 0xD21922) is known color: Fire Engine Red. HEX triplet: D2, 19 and 22. RGB value is (210,25,34). Sum of RGB (Red+Green+Blue) = 210+25+34=269 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.07% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 210 - color contains mainly: red. Hex color #D21922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21922 is #2DE6DD. Grayscale: #515151. Windows color (decimal): -3008222 or 2234834. OLE color: 2234834.
HSL color Cylindrical-coordinate representation of color #D21922: hue angle of 357.08º degrees, saturation: 0.79, 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 #D21922 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 34 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.18 |
| HSL | 357.08º | 0.79% | 0.46% | - |
| HSV(B) | 357.08º | 0.88% | 0.82% | - |
| XYZ | 27.21 | 14.51 | 2.88 | - |
| YUV | 81.34 | 101.29 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 34 | 0 | 0.88 | 0.84 | 0.18 | 357.08 | 0.79 | 0.46 |
| Hex | D2 | 19 | 22 | 0 | 58 | 54 | 12 | 165 | 4F | 2E |
| Octal | 322 | 31 | 42 | 0 | 130 | 124 | 22 | 545 | 117 | 56 |
| Binary | 11010010 | 11001 | 100010 | 0 | 1011000 | 1010100 | 10010 | 101100101 | 1001111 | 101110 |
Color Harmonies of #D21922
Complementary color
Monochromatic Colors of #D21922
Black with #D21922
Text Example
Text Example
White with #D21922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21922; }
p { color: rgb(210,25,34); }
H1.HeaderClassName
{
color: #D21922;
}
.AnyTagClassName
{
color: #D21922;
}
</style>
background-color css
<style>
a { background-color: #D21922; }
a { background-color: rgb(210,25,34); }
div.DivClassName
{
background-color: #D21922;
}
.BgClassName
{
background-color: #D21922;
}
</style>
border-color css
<style>
span { border-color: #D21922; }
span { border-color: rgb(210,25,34); }
td.TdClassName
{
border-color: #D21922;
}
.TagClassName
{
border-color: #D21922;
}
</style>