Shades of Fire Engine Red #D4182E
Tints of Fire Engine Red #D4182E
RGB
CMYK
RGB Variations
Color information
#D4182E (or 0xD4182E) is known color: Fire Engine Red. HEX triplet: D4, 18 and 2E. RGB value is (212,24,46). Sum of RGB (Red+Green+Blue) = 212+24+46=282 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.18% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 212 - color contains mainly: red. Hex color #D4182E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4182E is #2BE7D1. Grayscale: #525252. Windows color (decimal): -2877394 or 3021012. OLE color: 3021012.
HSL color Cylindrical-coordinate representation of color #D4182E: hue angle of 352.98º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4182E is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 46 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.17 |
| HSL | 352.98º | 0.8% | 0.46% | - |
| HSV(B) | 352.98º | 0.89% | 0.83% | - |
| XYZ | 27.97 | 14.85 | 3.98 | - |
| YUV | 82.72 | 107.28 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 46 | 0 | 0.89 | 0.78 | 0.17 | 352.98 | 0.8 | 0.46 |
| Hex | D4 | 18 | 2E | 0 | 59 | 4E | 11 | 161 | 50 | 2E |
| Octal | 324 | 30 | 56 | 0 | 131 | 116 | 21 | 541 | 120 | 56 |
| Binary | 11010100 | 11000 | 101110 | 0 | 1011001 | 1001110 | 10001 | 101100001 | 1010000 | 101110 |
Color Harmonies of #D4182E
Complementary color
Monochromatic Colors of #D4182E
Black with #D4182E
Text Example
Text Example
White with #D4182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4182E; }
p { color: rgb(212,24,46); }
H1.HeaderClassName
{
color: #D4182E;
}
.AnyTagClassName
{
color: #D4182E;
}
</style>
background-color css
<style>
a { background-color: #D4182E; }
a { background-color: rgb(212,24,46); }
div.DivClassName
{
background-color: #D4182E;
}
.BgClassName
{
background-color: #D4182E;
}
</style>
border-color css
<style>
span { border-color: #D4182E; }
span { border-color: rgb(212,24,46); }
td.TdClassName
{
border-color: #D4182E;
}
.TagClassName
{
border-color: #D4182E;
}
</style>