Shades of Fire Engine Red #D11A2B
Tints of Fire Engine Red #D11A2B
RGB
CMYK
RGB Variations
Color information
#D11A2B (or 0xD11A2B) is known color: Fire Engine Red. HEX triplet: D1, 1A and 2B. RGB value is (209,26,43). Sum of RGB (Red+Green+Blue) = 209+26+43=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11A2B is #2EE5D4. Grayscale: #525252. Windows color (decimal): -3073493 or 2824913. OLE color: 2824913.
HSL color Cylindrical-coordinate representation of color #D11A2B: hue angle of 354.43º 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 #D11A2B is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 43 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.18 |
| HSL | 354.43º | 0.78% | 0.46% | - |
| HSV(B) | 354.43º | 0.88% | 0.82% | - |
| XYZ | 27.1 | 14.47 | 3.65 | - |
| YUV | 82.66 | 105.63 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 43 | 0 | 0.88 | 0.79 | 0.18 | 354.43 | 0.78 | 0.46 |
| Hex | D1 | 1A | 2B | 0 | 58 | 4F | 12 | 162 | 4E | 2E |
| Octal | 321 | 32 | 53 | 0 | 130 | 117 | 22 | 542 | 116 | 56 |
| Binary | 11010001 | 11010 | 101011 | 0 | 1011000 | 1001111 | 10010 | 101100010 | 1001110 | 101110 |
Color Harmonies of #D11A2B
Complementary color
Monochromatic Colors of #D11A2B
Black with #D11A2B
Text Example
Text Example
White with #D11A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11A2B; }
p { color: rgb(209,26,43); }
H1.HeaderClassName
{
color: #D11A2B;
}
.AnyTagClassName
{
color: #D11A2B;
}
</style>
background-color css
<style>
a { background-color: #D11A2B; }
a { background-color: rgb(209,26,43); }
div.DivClassName
{
background-color: #D11A2B;
}
.BgClassName
{
background-color: #D11A2B;
}
</style>
border-color css
<style>
span { border-color: #D11A2B; }
span { border-color: rgb(209,26,43); }
td.TdClassName
{
border-color: #D11A2B;
}
.TagClassName
{
border-color: #D11A2B;
}
</style>