Shades of Fire Engine Red #D8152C
Tints of Fire Engine Red #D8152C
RGB
CMYK
RGB Variations
Color information
#D8152C (or 0xD8152C) is known color: Fire Engine Red. HEX triplet: D8, 15 and 2C. RGB value is (216,21,44). Sum of RGB (Red+Green+Blue) = 216+21+44=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D8152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8152C is #27EAD3. Grayscale: #525252. Windows color (decimal): -2616020 or 2889176. OLE color: 2889176.
HSL color Cylindrical-coordinate representation of color #D8152C: hue angle of 352.92º 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 #D8152C is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 44 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.15 |
| HSL | 352.92º | 0.82% | 0.46% | - |
| HSV(B) | 352.92º | 0.9% | 0.85% | - |
| XYZ | 29.04 | 15.32 | 3.81 | - |
| YUV | 81.93 | 106.6 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 44 | 0 | 0.90 | 0.80 | 0.15 | 352.92 | 0.82 | 0.46 |
| Hex | D8 | 15 | 2C | 0 | 5A | 50 | F | 161 | 52 | 2E |
| Octal | 330 | 25 | 54 | 0 | 132 | 120 | 17 | 541 | 122 | 56 |
| Binary | 11011000 | 10101 | 101100 | 0 | 1011010 | 1010000 | 1111 | 101100001 | 1010010 | 101110 |
Color Harmonies of #D8152C
Complementary color
Monochromatic Colors of #D8152C
Black with #D8152C
Text Example
Text Example
White with #D8152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8152C; }
p { color: rgb(216,21,44); }
H1.HeaderClassName
{
color: #D8152C;
}
.AnyTagClassName
{
color: #D8152C;
}
</style>
background-color css
<style>
a { background-color: #D8152C; }
a { background-color: rgb(216,21,44); }
div.DivClassName
{
background-color: #D8152C;
}
.BgClassName
{
background-color: #D8152C;
}
</style>
border-color css
<style>
span { border-color: #D8152C; }
span { border-color: rgb(216,21,44); }
td.TdClassName
{
border-color: #D8152C;
}
.TagClassName
{
border-color: #D8152C;
}
</style>