Shades of Fire Engine Red #D4111B
Tints of Fire Engine Red #D4111B
RGB
CMYK
RGB Variations
Color information
#D4111B (or 0xD4111B) is known color: Fire Engine Red. HEX triplet: D4, 11 and 1B. RGB value is (212,17,27). Sum of RGB (Red+Green+Blue) = 212+17+27=256 (33% of max value = 765). Red value is 212 (83.20% from 255 or 82.81% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 212 - color contains mainly: red. Hex color #D4111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4111B is #2BEEE4. Grayscale: #4C4C4C. Windows color (decimal): -2879205 or 1774036. OLE color: 1774036.
HSL color Cylindrical-coordinate representation of color #D4111B: hue angle of 356.92º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4111B is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 27 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.17 |
| HSL | 356.92º | 0.85% | 0.45% | - |
| HSV(B) | 356.92º | 0.92% | 0.83% | - |
| XYZ | 27.55 | 14.48 | 2.38 | - |
| YUV | 76.45 | 100.1 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 27 | 0 | 0.92 | 0.87 | 0.17 | 356.92 | 0.85 | 0.45 |
| Hex | D4 | 11 | 1B | 0 | 5C | 57 | 11 | 165 | 55 | 2D |
| Octal | 324 | 21 | 33 | 0 | 134 | 127 | 21 | 545 | 125 | 55 |
| Binary | 11010100 | 10001 | 11011 | 0 | 1011100 | 1010111 | 10001 | 101100101 | 1010101 | 101101 |
Color Harmonies of #D4111B
Complementary color
Monochromatic Colors of #D4111B
Black with #D4111B
Text Example
Text Example
White with #D4111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4111B; }
p { color: rgb(212,17,27); }
H1.HeaderClassName
{
color: #D4111B;
}
.AnyTagClassName
{
color: #D4111B;
}
</style>
background-color css
<style>
a { background-color: #D4111B; }
a { background-color: rgb(212,17,27); }
div.DivClassName
{
background-color: #D4111B;
}
.BgClassName
{
background-color: #D4111B;
}
</style>
border-color css
<style>
span { border-color: #D4111B; }
span { border-color: rgb(212,17,27); }
td.TdClassName
{
border-color: #D4111B;
}
.TagClassName
{
border-color: #D4111B;
}
</style>