Shades of Fire Engine Red #D2122B
Tints of Fire Engine Red #D2122B
RGB
CMYK
RGB Variations
Color information
#D2122B (or 0xD2122B) is known color: Fire Engine Red. HEX triplet: D2, 12 and 2B. RGB value is (210,18,43). Sum of RGB (Red+Green+Blue) = 210+18+43=271 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.49% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 210 - color contains mainly: red. Hex color #D2122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2122B is #2DEDD4. Grayscale: #4E4E4E. Windows color (decimal): -3010005 or 2822866. OLE color: 2822866.
HSL color Cylindrical-coordinate representation of color #D2122B: hue angle of 352.19º 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 #D2122B is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 43 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.18 |
| HSL | 352.19º | 0.84% | 0.45% | - |
| HSV(B) | 352.19º | 0.91% | 0.82% | - |
| XYZ | 27.23 | 14.31 | 3.61 | - |
| YUV | 78.26 | 108.11 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 43 | 0 | 0.91 | 0.80 | 0.18 | 352.19 | 0.84 | 0.45 |
| Hex | D2 | 12 | 2B | 0 | 5B | 50 | 12 | 160 | 54 | 2D |
| Octal | 322 | 22 | 53 | 0 | 133 | 120 | 22 | 540 | 124 | 55 |
| Binary | 11010010 | 10010 | 101011 | 0 | 1011011 | 1010000 | 10010 | 101100000 | 1010100 | 101101 |
Color Harmonies of #D2122B
Complementary color
Monochromatic Colors of #D2122B
Black with #D2122B
Text Example
Text Example
White with #D2122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2122B; }
p { color: rgb(210,18,43); }
H1.HeaderClassName
{
color: #D2122B;
}
.AnyTagClassName
{
color: #D2122B;
}
</style>
background-color css
<style>
a { background-color: #D2122B; }
a { background-color: rgb(210,18,43); }
div.DivClassName
{
background-color: #D2122B;
}
.BgClassName
{
background-color: #D2122B;
}
</style>
border-color css
<style>
span { border-color: #D2122B; }
span { border-color: rgb(210,18,43); }
td.TdClassName
{
border-color: #D2122B;
}
.TagClassName
{
border-color: #D2122B;
}
</style>