Shades of Fire Engine Red #D21123
Tints of Fire Engine Red #D21123
RGB
CMYK
RGB Variations
Color information
#D21123 (or 0xD21123) is known color: Fire Engine Red. HEX triplet: D2, 11 and 23. RGB value is (210,17,35). Sum of RGB (Red+Green+Blue) = 210+17+35=262 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.15% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 210 - color contains mainly: red. Hex color #D21123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21123 is #2DEEDC. Grayscale: #4C4C4C. Windows color (decimal): -3010269 or 2298322. OLE color: 2298322.
HSL color Cylindrical-coordinate representation of color #D21123: hue angle of 354.4º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21123 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 35 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.18 |
| HSL | 354.4º | 0.85% | 0.45% | - |
| HSV(B) | 354.4º | 0.92% | 0.82% | - |
| XYZ | 27.08 | 14.22 | 2.91 | - |
| YUV | 76.76 | 104.44 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 35 | 0 | 0.92 | 0.83 | 0.18 | 354.4 | 0.85 | 0.45 |
| Hex | D2 | 11 | 23 | 0 | 5C | 53 | 12 | 162 | 55 | 2D |
| Octal | 322 | 21 | 43 | 0 | 134 | 123 | 22 | 542 | 125 | 55 |
| Binary | 11010010 | 10001 | 100011 | 0 | 1011100 | 1010011 | 10010 | 101100010 | 1010101 | 101101 |
Color Harmonies of #D21123
Complementary color
Monochromatic Colors of #D21123
Black with #D21123
Text Example
Text Example
White with #D21123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21123; }
p { color: rgb(210,17,35); }
H1.HeaderClassName
{
color: #D21123;
}
.AnyTagClassName
{
color: #D21123;
}
</style>
background-color css
<style>
a { background-color: #D21123; }
a { background-color: rgb(210,17,35); }
div.DivClassName
{
background-color: #D21123;
}
.BgClassName
{
background-color: #D21123;
}
</style>
border-color css
<style>
span { border-color: #D21123; }
span { border-color: rgb(210,17,35); }
td.TdClassName
{
border-color: #D21123;
}
.TagClassName
{
border-color: #D21123;
}
</style>