Shades of Fire Engine Red #D8152A
Tints of Fire Engine Red #D8152A
RGB
CMYK
RGB Variations
Color information
#D8152A (or 0xD8152A) is known color: Fire Engine Red. HEX triplet: D8, 15 and 2A. RGB value is (216,21,42). Sum of RGB (Red+Green+Blue) = 216+21+42=279 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.42% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 216 - color contains mainly: red. Hex color #D8152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8152A is #27EAD5. Grayscale: #515151. Windows color (decimal): -2616022 or 2758104. OLE color: 2758104.
HSL color Cylindrical-coordinate representation of color #D8152A: hue angle of 353.54º 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 #D8152A is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 42 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.15 |
| HSL | 353.54º | 0.82% | 0.46% | - |
| HSV(B) | 353.54º | 0.9% | 0.85% | - |
| XYZ | 29 | 15.3 | 3.62 | - |
| YUV | 81.7 | 105.6 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 42 | 0 | 0.90 | 0.81 | 0.15 | 353.54 | 0.82 | 0.46 |
| Hex | D8 | 15 | 2A | 0 | 5A | 51 | F | 162 | 52 | 2E |
| Octal | 330 | 25 | 52 | 0 | 132 | 121 | 17 | 542 | 122 | 56 |
| Binary | 11011000 | 10101 | 101010 | 0 | 1011010 | 1010001 | 1111 | 101100010 | 1010010 | 101110 |
Color Harmonies of #D8152A
Complementary color
Monochromatic Colors of #D8152A
Black with #D8152A
Text Example
Text Example
White with #D8152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8152A; }
p { color: rgb(216,21,42); }
H1.HeaderClassName
{
color: #D8152A;
}
.AnyTagClassName
{
color: #D8152A;
}
</style>
background-color css
<style>
a { background-color: #D8152A; }
a { background-color: rgb(216,21,42); }
div.DivClassName
{
background-color: #D8152A;
}
.BgClassName
{
background-color: #D8152A;
}
</style>
border-color css
<style>
span { border-color: #D8152A; }
span { border-color: rgb(216,21,42); }
td.TdClassName
{
border-color: #D8152A;
}
.TagClassName
{
border-color: #D8152A;
}
</style>