Shades of Fire Engine Red #D11B2D
Tints of Fire Engine Red #D11B2D
RGB
CMYK
RGB Variations
Color information
#D11B2D (or 0xD11B2D) is known color: Fire Engine Red. HEX triplet: D1, 1B and 2D. RGB value is (209,27,45). Sum of RGB (Red+Green+Blue) = 209+27+45=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D11B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11B2D is #2EE4D2. Grayscale: #535353. Windows color (decimal): -3073235 or 2956241. OLE color: 2956241.
HSL color Cylindrical-coordinate representation of color #D11B2D: hue angle of 354.07º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11B2D is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 27 | 45 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.18 |
| HSL | 354.07º | 0.77% | 0.46% | - |
| HSV(B) | 354.07º | 0.87% | 0.82% | - |
| XYZ | 27.16 | 14.53 | 3.86 | - |
| YUV | 83.47 | 106.3 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 45 | 0 | 0.87 | 0.78 | 0.18 | 354.07 | 0.77 | 0.46 |
| Hex | D1 | 1B | 2D | 0 | 57 | 4E | 12 | 162 | 4D | 2E |
| Octal | 321 | 33 | 55 | 0 | 127 | 116 | 22 | 542 | 115 | 56 |
| Binary | 11010001 | 11011 | 101101 | 0 | 1010111 | 1001110 | 10010 | 101100010 | 1001101 | 101110 |
Color Harmonies of #D11B2D
Complementary color
Monochromatic Colors of #D11B2D
Black with #D11B2D
Text Example
Text Example
White with #D11B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11B2D; }
p { color: rgb(209,27,45); }
H1.HeaderClassName
{
color: #D11B2D;
}
.AnyTagClassName
{
color: #D11B2D;
}
</style>
background-color css
<style>
a { background-color: #D11B2D; }
a { background-color: rgb(209,27,45); }
div.DivClassName
{
background-color: #D11B2D;
}
.BgClassName
{
background-color: #D11B2D;
}
</style>
border-color css
<style>
span { border-color: #D11B2D; }
span { border-color: rgb(209,27,45); }
td.TdClassName
{
border-color: #D11B2D;
}
.TagClassName
{
border-color: #D11B2D;
}
</style>