Shades of Fire Engine Red #D8142C
Tints of Fire Engine Red #D8142C
RGB
CMYK
RGB Variations
Color information
#D8142C (or 0xD8142C) is known color: Fire Engine Red. HEX triplet: D8, 14 and 2C. RGB value is (216,20,44). Sum of RGB (Red+Green+Blue) = 216+20+44=280 (37% of max value = 765). Red value is 216 (84.77% from 255 or 77.14% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 216 - color contains mainly: red. Hex color #D8142C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8142C is #27EBD3. Grayscale: #515151. Windows color (decimal): -2616276 or 2888920. OLE color: 2888920.
HSL color Cylindrical-coordinate representation of color #D8142C: hue angle of 352.65º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8142C is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 44 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.15 |
| HSL | 352.65º | 0.83% | 0.46% | - |
| HSV(B) | 352.65º | 0.91% | 0.85% | - |
| XYZ | 29.02 | 15.28 | 3.8 | - |
| YUV | 81.34 | 106.93 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 44 | 0 | 0.91 | 0.80 | 0.15 | 352.65 | 0.83 | 0.46 |
| Hex | D8 | 14 | 2C | 0 | 5B | 50 | F | 161 | 53 | 2E |
| Octal | 330 | 24 | 54 | 0 | 133 | 120 | 17 | 541 | 123 | 56 |
| Binary | 11011000 | 10100 | 101100 | 0 | 1011011 | 1010000 | 1111 | 101100001 | 1010011 | 101110 |
Color Harmonies of #D8142C
Complementary color
Monochromatic Colors of #D8142C
Black with #D8142C
Text Example
Text Example
White with #D8142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8142C; }
p { color: rgb(216,20,44); }
H1.HeaderClassName
{
color: #D8142C;
}
.AnyTagClassName
{
color: #D8142C;
}
</style>
background-color css
<style>
a { background-color: #D8142C; }
a { background-color: rgb(216,20,44); }
div.DivClassName
{
background-color: #D8142C;
}
.BgClassName
{
background-color: #D8142C;
}
</style>
border-color css
<style>
span { border-color: #D8142C; }
span { border-color: rgb(216,20,44); }
td.TdClassName
{
border-color: #D8142C;
}
.TagClassName
{
border-color: #D8142C;
}
</style>