Shades of Fire Engine Red #D4121B
Tints of Fire Engine Red #D4121B
RGB
CMYK
RGB Variations
Color information
#D4121B (or 0xD4121B) is known color: Fire Engine Red. HEX triplet: D4, 12 and 1B. RGB value is (212,18,27). Sum of RGB (Red+Green+Blue) = 212+18+27=257 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.49% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 212 - color contains mainly: red. Hex color #D4121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4121B is #2BEDE4. Grayscale: #4D4D4D. Windows color (decimal): -2878949 or 1774292. OLE color: 1774292.
HSL color Cylindrical-coordinate representation of color #D4121B: hue angle of 357.22º degrees, saturation: 0.84, 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 #D4121B is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 18 | 27 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.17 |
| HSL | 357.22º | 0.84% | 0.45% | - |
| HSV(B) | 357.22º | 0.92% | 0.83% | - |
| XYZ | 27.57 | 14.51 | 2.38 | - |
| YUV | 77.03 | 99.77 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 27 | 0 | 0.92 | 0.87 | 0.17 | 357.22 | 0.84 | 0.45 |
| Hex | D4 | 12 | 1B | 0 | 5C | 57 | 11 | 165 | 54 | 2D |
| Octal | 324 | 22 | 33 | 0 | 134 | 127 | 21 | 545 | 124 | 55 |
| Binary | 11010100 | 10010 | 11011 | 0 | 1011100 | 1010111 | 10001 | 101100101 | 1010100 | 101101 |
Color Harmonies of #D4121B
Complementary color
Monochromatic Colors of #D4121B
Black with #D4121B
Text Example
Text Example
White with #D4121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4121B; }
p { color: rgb(212,18,27); }
H1.HeaderClassName
{
color: #D4121B;
}
.AnyTagClassName
{
color: #D4121B;
}
</style>
background-color css
<style>
a { background-color: #D4121B; }
a { background-color: rgb(212,18,27); }
div.DivClassName
{
background-color: #D4121B;
}
.BgClassName
{
background-color: #D4121B;
}
</style>
border-color css
<style>
span { border-color: #D4121B; }
span { border-color: rgb(212,18,27); }
td.TdClassName
{
border-color: #D4121B;
}
.TagClassName
{
border-color: #D4121B;
}
</style>