Shades of Fire Engine Red #D4192D
Tints of Fire Engine Red #D4192D
RGB
CMYK
RGB Variations
Color information
#D4192D (or 0xD4192D) is known color: Fire Engine Red. HEX triplet: D4, 19 and 2D. RGB value is (212,25,45). Sum of RGB (Red+Green+Blue) = 212+25+45=282 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.18% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 212 - color contains mainly: red. Hex color #D4192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4192D is #2BE6D2. Grayscale: #535353. Windows color (decimal): -2877139 or 2955732. OLE color: 2955732.
HSL color Cylindrical-coordinate representation of color #D4192D: hue angle of 353.58º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4192D is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 45 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.17 |
| HSL | 353.58º | 0.79% | 0.46% | - |
| HSV(B) | 353.58º | 0.88% | 0.83% | - |
| XYZ | 27.97 | 14.88 | 3.88 | - |
| YUV | 83.19 | 106.45 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 45 | 0 | 0.88 | 0.79 | 0.17 | 353.58 | 0.79 | 0.46 |
| Hex | D4 | 19 | 2D | 0 | 58 | 4F | 11 | 162 | 4F | 2E |
| Octal | 324 | 31 | 55 | 0 | 130 | 117 | 21 | 542 | 117 | 56 |
| Binary | 11010100 | 11001 | 101101 | 0 | 1011000 | 1001111 | 10001 | 101100010 | 1001111 | 101110 |
Color Harmonies of #D4192D
Complementary color
Monochromatic Colors of #D4192D
Black with #D4192D
Text Example
Text Example
White with #D4192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4192D; }
p { color: rgb(212,25,45); }
H1.HeaderClassName
{
color: #D4192D;
}
.AnyTagClassName
{
color: #D4192D;
}
</style>
background-color css
<style>
a { background-color: #D4192D; }
a { background-color: rgb(212,25,45); }
div.DivClassName
{
background-color: #D4192D;
}
.BgClassName
{
background-color: #D4192D;
}
</style>
border-color css
<style>
span { border-color: #D4192D; }
span { border-color: rgb(212,25,45); }
td.TdClassName
{
border-color: #D4192D;
}
.TagClassName
{
border-color: #D4192D;
}
</style>