Shades of Fire Engine Red #D11021
Tints of Fire Engine Red #D11021
RGB
CMYK
RGB Variations
Color information
#D11021 (or 0xD11021) is known color: Fire Engine Red. HEX triplet: D1, 10 and 21. RGB value is (209,16,33). Sum of RGB (Red+Green+Blue) = 209+16+33=258 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.01% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 209 - color contains mainly: red. Hex color #D11021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11021 is #2EEFDE. Grayscale: #4B4B4B. Windows color (decimal): -3076063 or 2166993. OLE color: 2166993.
HSL color Cylindrical-coordinate representation of color #D11021: hue angle of 354.72º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11021 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 33 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.18 |
| HSL | 354.72º | 0.86% | 0.44% | - |
| HSV(B) | 354.72º | 0.92% | 0.82% | - |
| XYZ | 26.75 | 14.04 | 2.74 | - |
| YUV | 75.65 | 103.94 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 33 | 0 | 0.92 | 0.84 | 0.18 | 354.72 | 0.86 | 0.44 |
| Hex | D1 | 10 | 21 | 0 | 5C | 54 | 12 | 163 | 56 | 2C |
| Octal | 321 | 20 | 41 | 0 | 134 | 124 | 22 | 543 | 126 | 54 |
| Binary | 11010001 | 10000 | 100001 | 0 | 1011100 | 1010100 | 10010 | 101100011 | 1010110 | 101100 |
Color Harmonies of #D11021
Complementary color
Monochromatic Colors of #D11021
Black with #D11021
Text Example
Text Example
White with #D11021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11021; }
p { color: rgb(209,16,33); }
H1.HeaderClassName
{
color: #D11021;
}
.AnyTagClassName
{
color: #D11021;
}
</style>
background-color css
<style>
a { background-color: #D11021; }
a { background-color: rgb(209,16,33); }
div.DivClassName
{
background-color: #D11021;
}
.BgClassName
{
background-color: #D11021;
}
</style>
border-color css
<style>
span { border-color: #D11021; }
span { border-color: rgb(209,16,33); }
td.TdClassName
{
border-color: #D11021;
}
.TagClassName
{
border-color: #D11021;
}
</style>