Shades of Fire Engine Red #D9152A
Tints of Fire Engine Red #D9152A
RGB
CMYK
RGB Variations
Color information
#D9152A (or 0xD9152A) is known color: Fire Engine Red. HEX triplet: D9, 15 and 2A. RGB value is (217,21,42). Sum of RGB (Red+Green+Blue) = 217+21+42=280 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.5% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 217 - color contains mainly: red. Hex color #D9152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9152A is #26EAD5. Grayscale: #525252. Windows color (decimal): -2550486 or 2758105. OLE color: 2758105.
HSL color Cylindrical-coordinate representation of color #D9152A: hue angle of 353.57º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9152A is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 42 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.15 |
| HSL | 353.57º | 0.82% | 0.47% | - |
| HSV(B) | 353.57º | 0.9% | 0.85% | - |
| XYZ | 29.3 | 15.46 | 3.63 | - |
| YUV | 82 | 105.43 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 42 | 0 | 0.90 | 0.81 | 0.15 | 353.57 | 0.82 | 0.47 |
| Hex | D9 | 15 | 2A | 0 | 5A | 51 | F | 162 | 52 | 2F |
| Octal | 331 | 25 | 52 | 0 | 132 | 121 | 17 | 542 | 122 | 57 |
| Binary | 11011001 | 10101 | 101010 | 0 | 1011010 | 1010001 | 1111 | 101100010 | 1010010 | 101111 |
Color Harmonies of #D9152A
Complementary color
Monochromatic Colors of #D9152A
Black with #D9152A
Text Example
Text Example
White with #D9152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9152A; }
p { color: rgb(217,21,42); }
H1.HeaderClassName
{
color: #D9152A;
}
.AnyTagClassName
{
color: #D9152A;
}
</style>
background-color css
<style>
a { background-color: #D9152A; }
a { background-color: rgb(217,21,42); }
div.DivClassName
{
background-color: #D9152A;
}
.BgClassName
{
background-color: #D9152A;
}
</style>
border-color css
<style>
span { border-color: #D9152A; }
span { border-color: rgb(217,21,42); }
td.TdClassName
{
border-color: #D9152A;
}
.TagClassName
{
border-color: #D9152A;
}
</style>