Shades of Fire Engine Red #D4121F
Tints of Fire Engine Red #D4121F
RGB
CMYK
RGB Variations
Color information
#D4121F (or 0xD4121F) is known color: Fire Engine Red. HEX triplet: D4, 12 and 1F. RGB value is (212,18,31). Sum of RGB (Red+Green+Blue) = 212+18+31=261 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.23% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 212 - color contains mainly: red. Hex color #D4121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4121F is #2BEDE0. Grayscale: #4D4D4D. Windows color (decimal): -2878945 or 2036436. OLE color: 2036436.
HSL color Cylindrical-coordinate representation of color #D4121F: hue angle of 355.98º 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 #D4121F is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 18 | 31 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.17 |
| HSL | 355.98º | 0.84% | 0.45% | - |
| HSV(B) | 355.98º | 0.92% | 0.83% | - |
| XYZ | 27.62 | 14.53 | 2.65 | - |
| YUV | 77.49 | 101.77 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 31 | 0 | 0.92 | 0.85 | 0.17 | 355.98 | 0.84 | 0.45 |
| Hex | D4 | 12 | 1F | 0 | 5C | 55 | 11 | 164 | 54 | 2D |
| Octal | 324 | 22 | 37 | 0 | 134 | 125 | 21 | 544 | 124 | 55 |
| Binary | 11010100 | 10010 | 11111 | 0 | 1011100 | 1010101 | 10001 | 101100100 | 1010100 | 101101 |
Color Harmonies of #D4121F
Complementary color
Monochromatic Colors of #D4121F
Black with #D4121F
Text Example
Text Example
White with #D4121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4121F; }
p { color: rgb(212,18,31); }
H1.HeaderClassName
{
color: #D4121F;
}
.AnyTagClassName
{
color: #D4121F;
}
</style>
background-color css
<style>
a { background-color: #D4121F; }
a { background-color: rgb(212,18,31); }
div.DivClassName
{
background-color: #D4121F;
}
.BgClassName
{
background-color: #D4121F;
}
</style>
border-color css
<style>
span { border-color: #D4121F; }
span { border-color: rgb(212,18,31); }
td.TdClassName
{
border-color: #D4121F;
}
.TagClassName
{
border-color: #D4121F;
}
</style>