Shades of Fire Engine Red #D11A2D
Tints of Fire Engine Red #D11A2D
RGB
CMYK
RGB Variations
Color information
#D11A2D (or 0xD11A2D) is known color: Fire Engine Red. HEX triplet: D1, 1A and 2D. RGB value is (209,26,45). Sum of RGB (Red+Green+Blue) = 209+26+45=280 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.64% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11A2D is #2EE5D2. Grayscale: #525252. Windows color (decimal): -3073491 or 2955985. OLE color: 2955985.
HSL color Cylindrical-coordinate representation of color #D11A2D: hue angle of 353.77º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11A2D is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 45 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.18 |
| HSL | 353.77º | 0.78% | 0.46% | - |
| HSV(B) | 353.77º | 0.88% | 0.82% | - |
| XYZ | 27.14 | 14.48 | 3.85 | - |
| YUV | 82.88 | 106.63 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 45 | 0 | 0.88 | 0.78 | 0.18 | 353.77 | 0.78 | 0.46 |
| Hex | D1 | 1A | 2D | 0 | 58 | 4E | 12 | 162 | 4E | 2E |
| Octal | 321 | 32 | 55 | 0 | 130 | 116 | 22 | 542 | 116 | 56 |
| Binary | 11010001 | 11010 | 101101 | 0 | 1011000 | 1001110 | 10010 | 101100010 | 1001110 | 101110 |
Color Harmonies of #D11A2D
Complementary color
Monochromatic Colors of #D11A2D
Black with #D11A2D
Text Example
Text Example
White with #D11A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11A2D; }
p { color: rgb(209,26,45); }
H1.HeaderClassName
{
color: #D11A2D;
}
.AnyTagClassName
{
color: #D11A2D;
}
</style>
background-color css
<style>
a { background-color: #D11A2D; }
a { background-color: rgb(209,26,45); }
div.DivClassName
{
background-color: #D11A2D;
}
.BgClassName
{
background-color: #D11A2D;
}
</style>
border-color css
<style>
span { border-color: #D11A2D; }
span { border-color: rgb(209,26,45); }
td.TdClassName
{
border-color: #D11A2D;
}
.TagClassName
{
border-color: #D11A2D;
}
</style>