Shades of Fire Engine Red #D4152D
Tints of Fire Engine Red #D4152D
RGB
CMYK
RGB Variations
Color information
#D4152D (or 0xD4152D) is known color: Fire Engine Red. HEX triplet: D4, 15 and 2D. RGB value is (212,21,45). Sum of RGB (Red+Green+Blue) = 212+21+45=278 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.26% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 212 - color contains mainly: red. Hex color #D4152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4152D is #2BEAD2. Grayscale: #505050. Windows color (decimal): -2878163 or 2954708. OLE color: 2954708.
HSL color Cylindrical-coordinate representation of color #D4152D: hue angle of 352.46º 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 #D4152D is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 45 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.17 |
| HSL | 352.46º | 0.82% | 0.46% | - |
| HSV(B) | 352.46º | 0.9% | 0.83% | - |
| XYZ | 27.89 | 14.72 | 3.85 | - |
| YUV | 80.85 | 107.78 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 45 | 0 | 0.90 | 0.79 | 0.17 | 352.46 | 0.82 | 0.46 |
| Hex | D4 | 15 | 2D | 0 | 5A | 4F | 11 | 160 | 52 | 2E |
| Octal | 324 | 25 | 55 | 0 | 132 | 117 | 21 | 540 | 122 | 56 |
| Binary | 11010100 | 10101 | 101101 | 0 | 1011010 | 1001111 | 10001 | 101100000 | 1010010 | 101110 |
Color Harmonies of #D4152D
Complementary color
Monochromatic Colors of #D4152D
Black with #D4152D
Text Example
Text Example
White with #D4152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4152D; }
p { color: rgb(212,21,45); }
H1.HeaderClassName
{
color: #D4152D;
}
.AnyTagClassName
{
color: #D4152D;
}
</style>
background-color css
<style>
a { background-color: #D4152D; }
a { background-color: rgb(212,21,45); }
div.DivClassName
{
background-color: #D4152D;
}
.BgClassName
{
background-color: #D4152D;
}
</style>
border-color css
<style>
span { border-color: #D4152D; }
span { border-color: rgb(212,21,45); }
td.TdClassName
{
border-color: #D4152D;
}
.TagClassName
{
border-color: #D4152D;
}
</style>