Shades of Fire Engine Red #D4111A
Tints of Fire Engine Red #D4111A
RGB
CMYK
RGB Variations
Color information
#D4111A (or 0xD4111A) is known color: Fire Engine Red. HEX triplet: D4, 11 and 1A. RGB value is (212,17,26). Sum of RGB (Red+Green+Blue) = 212+17+26=255 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.14% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 212 - color contains mainly: red. Hex color #D4111A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4111A is #2BEEE5. Grayscale: #4C4C4C. Windows color (decimal): -2879206 or 1708500. OLE color: 1708500.
HSL color Cylindrical-coordinate representation of color #D4111A: hue angle of 357.23º 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 #D4111A is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 26 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.17 |
| HSL | 357.23º | 0.85% | 0.45% | - |
| HSV(B) | 357.23º | 0.92% | 0.83% | - |
| XYZ | 27.54 | 14.47 | 2.32 | - |
| YUV | 76.33 | 99.6 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 26 | 0 | 0.92 | 0.88 | 0.17 | 357.23 | 0.85 | 0.45 |
| Hex | D4 | 11 | 1A | 0 | 5C | 58 | 11 | 165 | 55 | 2D |
| Octal | 324 | 21 | 32 | 0 | 134 | 130 | 21 | 545 | 125 | 55 |
| Binary | 11010100 | 10001 | 11010 | 0 | 1011100 | 1011000 | 10001 | 101100101 | 1010101 | 101101 |
Color Harmonies of #D4111A
Complementary color
Monochromatic Colors of #D4111A
Black with #D4111A
Text Example
Text Example
White with #D4111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4111A; }
p { color: rgb(212,17,26); }
H1.HeaderClassName
{
color: #D4111A;
}
.AnyTagClassName
{
color: #D4111A;
}
</style>
background-color css
<style>
a { background-color: #D4111A; }
a { background-color: rgb(212,17,26); }
div.DivClassName
{
background-color: #D4111A;
}
.BgClassName
{
background-color: #D4111A;
}
</style>
border-color css
<style>
span { border-color: #D4111A; }
span { border-color: rgb(212,17,26); }
td.TdClassName
{
border-color: #D4111A;
}
.TagClassName
{
border-color: #D4111A;
}
</style>