Shades of Fire Engine Red #D21322
Tints of Fire Engine Red #D21322
RGB
CMYK
RGB Variations
Color information
#D21322 (or 0xD21322) is known color: Fire Engine Red. HEX triplet: D2, 13 and 22. RGB value is (210,19,34). Sum of RGB (Red+Green+Blue) = 210+19+34=263 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.85% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 210 - color contains mainly: red. Hex color #D21322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21322 is #2DECDD. Grayscale: #4D4D4D. Windows color (decimal): -3009758 or 2233298. OLE color: 2233298.
HSL color Cylindrical-coordinate representation of color #D21322: hue angle of 355.29º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21322 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 34 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.18 |
| HSL | 355.29º | 0.83% | 0.45% | - |
| HSV(B) | 355.29º | 0.91% | 0.82% | - |
| XYZ | 27.1 | 14.28 | 2.84 | - |
| YUV | 77.82 | 103.28 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 34 | 0 | 0.91 | 0.84 | 0.18 | 355.29 | 0.83 | 0.45 |
| Hex | D2 | 13 | 22 | 0 | 5B | 54 | 12 | 163 | 53 | 2D |
| Octal | 322 | 23 | 42 | 0 | 133 | 124 | 22 | 543 | 123 | 55 |
| Binary | 11010010 | 10011 | 100010 | 0 | 1011011 | 1010100 | 10010 | 101100011 | 1010011 | 101101 |
Color Harmonies of #D21322
Complementary color
Monochromatic Colors of #D21322
Black with #D21322
Text Example
Text Example
White with #D21322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21322; }
p { color: rgb(210,19,34); }
H1.HeaderClassName
{
color: #D21322;
}
.AnyTagClassName
{
color: #D21322;
}
</style>
background-color css
<style>
a { background-color: #D21322; }
a { background-color: rgb(210,19,34); }
div.DivClassName
{
background-color: #D21322;
}
.BgClassName
{
background-color: #D21322;
}
</style>
border-color css
<style>
span { border-color: #D21322; }
span { border-color: rgb(210,19,34); }
td.TdClassName
{
border-color: #D21322;
}
.TagClassName
{
border-color: #D21322;
}
</style>