Shades of Fire Engine Red #D4142D
Tints of Fire Engine Red #D4142D
RGB
CMYK
RGB Variations
Color information
#D4142D (or 0xD4142D) is known color: Fire Engine Red. HEX triplet: D4, 14 and 2D. RGB value is (212,20,45). Sum of RGB (Red+Green+Blue) = 212+20+45=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D4142D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4142D is #2BEBD2. Grayscale: #505050. Windows color (decimal): -2878419 or 2954452. OLE color: 2954452.
HSL color Cylindrical-coordinate representation of color #D4142D: hue angle of 352.19º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4142D is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 45 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.17 |
| HSL | 352.19º | 0.83% | 0.45% | - |
| HSV(B) | 352.19º | 0.91% | 0.83% | - |
| XYZ | 27.88 | 14.69 | 3.85 | - |
| YUV | 80.26 | 108.11 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 45 | 0 | 0.91 | 0.79 | 0.17 | 352.19 | 0.83 | 0.45 |
| Hex | D4 | 14 | 2D | 0 | 5B | 4F | 11 | 160 | 53 | 2D |
| Octal | 324 | 24 | 55 | 0 | 133 | 117 | 21 | 540 | 123 | 55 |
| Binary | 11010100 | 10100 | 101101 | 0 | 1011011 | 1001111 | 10001 | 101100000 | 1010011 | 101101 |
Color Harmonies of #D4142D
Complementary color
Monochromatic Colors of #D4142D
Black with #D4142D
Text Example
Text Example
White with #D4142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4142D; }
p { color: rgb(212,20,45); }
H1.HeaderClassName
{
color: #D4142D;
}
.AnyTagClassName
{
color: #D4142D;
}
</style>
background-color css
<style>
a { background-color: #D4142D; }
a { background-color: rgb(212,20,45); }
div.DivClassName
{
background-color: #D4142D;
}
.BgClassName
{
background-color: #D4142D;
}
</style>
border-color css
<style>
span { border-color: #D4142D; }
span { border-color: rgb(212,20,45); }
td.TdClassName
{
border-color: #D4142D;
}
.TagClassName
{
border-color: #D4142D;
}
</style>