Shades of Fire Engine Red #D8151C
Tints of Fire Engine Red #D8151C
RGB
CMYK
RGB Variations
Color information
#D8151C (or 0xD8151C) is known color: Fire Engine Red. HEX triplet: D8, 15 and 1C. RGB value is (216,21,28). Sum of RGB (Red+Green+Blue) = 216+21+28=265 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.51% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 216 - color contains mainly: red. Hex color #D8151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8151C is #27EAE3. Grayscale: #505050. Windows color (decimal): -2616036 or 1840600. OLE color: 1840600.
HSL color Cylindrical-coordinate representation of color #D8151C: hue angle of 357.85º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8151C is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 28 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.15 |
| HSL | 357.85º | 0.82% | 0.46% | - |
| HSV(B) | 357.85º | 0.9% | 0.85% | - |
| XYZ | 28.8 | 15.22 | 2.52 | - |
| YUV | 80.1 | 98.6 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 28 | 0 | 0.90 | 0.87 | 0.15 | 357.85 | 0.82 | 0.46 |
| Hex | D8 | 15 | 1C | 0 | 5A | 57 | F | 166 | 52 | 2E |
| Octal | 330 | 25 | 34 | 0 | 132 | 127 | 17 | 546 | 122 | 56 |
| Binary | 11011000 | 10101 | 11100 | 0 | 1011010 | 1010111 | 1111 | 101100110 | 1010010 | 101110 |
Color Harmonies of #D8151C
Complementary color
Monochromatic Colors of #D8151C
Black with #D8151C
Text Example
Text Example
White with #D8151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8151C; }
p { color: rgb(216,21,28); }
H1.HeaderClassName
{
color: #D8151C;
}
.AnyTagClassName
{
color: #D8151C;
}
</style>
background-color css
<style>
a { background-color: #D8151C; }
a { background-color: rgb(216,21,28); }
div.DivClassName
{
background-color: #D8151C;
}
.BgClassName
{
background-color: #D8151C;
}
</style>
border-color css
<style>
span { border-color: #D8151C; }
span { border-color: rgb(216,21,28); }
td.TdClassName
{
border-color: #D8151C;
}
.TagClassName
{
border-color: #D8151C;
}
</style>