Shades of Fire Engine Red #D21220
Tints of Fire Engine Red #D21220
RGB
CMYK
RGB Variations
Color information
#D21220 (or 0xD21220) is known color: Fire Engine Red. HEX triplet: D2, 12 and 20. RGB value is (210,18,32). Sum of RGB (Red+Green+Blue) = 210+18+32=260 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.77% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 210 - color contains mainly: red. Hex color #D21220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21220 is #2DEDDF. Grayscale: #4D4D4D. Windows color (decimal): -3010016 or 2101970. OLE color: 2101970.
HSL color Cylindrical-coordinate representation of color #D21220: hue angle of 355.62º degrees, saturation: 0.84, 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 #D21220 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 32 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.18 |
| HSL | 355.63º | 0.84% | 0.45% | - |
| HSV(B) | 355.63º | 0.91% | 0.82% | - |
| XYZ | 27.06 | 14.24 | 2.69 | - |
| YUV | 77 | 102.61 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 32 | 0 | 0.91 | 0.85 | 0.18 | 355.63 | 0.84 | 0.45 |
| Hex | D2 | 12 | 20 | 0 | 5B | 55 | 12 | 164 | 54 | 2D |
| Octal | 322 | 22 | 40 | 0 | 133 | 125 | 22 | 544 | 124 | 55 |
| Binary | 11010010 | 10010 | 100000 | 0 | 1011011 | 1010101 | 10010 | 101100100 | 1010100 | 101101 |
Color Harmonies of #D21220
Complementary color
Monochromatic Colors of #D21220
Black with #D21220
Text Example
Text Example
White with #D21220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21220; }
p { color: rgb(210,18,32); }
H1.HeaderClassName
{
color: #D21220;
}
.AnyTagClassName
{
color: #D21220;
}
</style>
background-color css
<style>
a { background-color: #D21220; }
a { background-color: rgb(210,18,32); }
div.DivClassName
{
background-color: #D21220;
}
.BgClassName
{
background-color: #D21220;
}
</style>
border-color css
<style>
span { border-color: #D21220; }
span { border-color: rgb(210,18,32); }
td.TdClassName
{
border-color: #D21220;
}
.TagClassName
{
border-color: #D21220;
}
</style>