Shades of Fire Engine Red #D4152E
Tints of Fire Engine Red #D4152E
RGB
CMYK
RGB Variations
Color information
#D4152E (or 0xD4152E) is known color: Fire Engine Red. HEX triplet: D4, 15 and 2E. RGB value is (212,21,46). Sum of RGB (Red+Green+Blue) = 212+21+46=279 (36% of max value = 765). Red value is 212 (83.20% from 255 or 75.99% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 212 - color contains mainly: red. Hex color #D4152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4152E is #2BEAD1. Grayscale: #515151. Windows color (decimal): -2878162 or 3020244. OLE color: 3020244.
HSL color Cylindrical-coordinate representation of color #D4152E: hue angle of 352.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4152E is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 46 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.17 |
| HSL | 352.15º | 0.82% | 0.46% | - |
| HSV(B) | 352.15º | 0.9% | 0.83% | - |
| XYZ | 27.91 | 14.73 | 3.96 | - |
| YUV | 80.96 | 108.28 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 46 | 0 | 0.90 | 0.78 | 0.17 | 352.15 | 0.82 | 0.46 |
| Hex | D4 | 15 | 2E | 0 | 5A | 4E | 11 | 160 | 52 | 2E |
| Octal | 324 | 25 | 56 | 0 | 132 | 116 | 21 | 540 | 122 | 56 |
| Binary | 11010100 | 10101 | 101110 | 0 | 1011010 | 1001110 | 10001 | 101100000 | 1010010 | 101110 |
Color Harmonies of #D4152E
Complementary color
Monochromatic Colors of #D4152E
Black with #D4152E
Text Example
Text Example
White with #D4152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4152E; }
p { color: rgb(212,21,46); }
H1.HeaderClassName
{
color: #D4152E;
}
.AnyTagClassName
{
color: #D4152E;
}
</style>
background-color css
<style>
a { background-color: #D4152E; }
a { background-color: rgb(212,21,46); }
div.DivClassName
{
background-color: #D4152E;
}
.BgClassName
{
background-color: #D4152E;
}
</style>
border-color css
<style>
span { border-color: #D4152E; }
span { border-color: rgb(212,21,46); }
td.TdClassName
{
border-color: #D4152E;
}
.TagClassName
{
border-color: #D4152E;
}
</style>