Shades of Fire Engine Red #D9162A
Tints of Fire Engine Red #D9162A
RGB
CMYK
RGB Variations
Color information
#D9162A (or 0xD9162A) is known color: Fire Engine Red. HEX triplet: D9, 16 and 2A. RGB value is (217,22,42). Sum of RGB (Red+Green+Blue) = 217+22+42=281 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.22% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 217 - color contains mainly: red. Hex color #D9162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9162A is #26E9D5. Grayscale: #525252. Windows color (decimal): -2550230 or 2758361. OLE color: 2758361.
HSL color Cylindrical-coordinate representation of color #D9162A: hue angle of 353.85º 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 #D9162A is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 42 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.15 |
| HSL | 353.85º | 0.82% | 0.47% | - |
| HSV(B) | 353.85º | 0.9% | 0.85% | - |
| XYZ | 29.32 | 15.49 | 3.64 | - |
| YUV | 82.59 | 105.1 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 42 | 0 | 0.90 | 0.81 | 0.15 | 353.85 | 0.82 | 0.47 |
| Hex | D9 | 16 | 2A | 0 | 5A | 51 | F | 162 | 52 | 2F |
| Octal | 331 | 26 | 52 | 0 | 132 | 121 | 17 | 542 | 122 | 57 |
| Binary | 11011001 | 10110 | 101010 | 0 | 1011010 | 1010001 | 1111 | 101100010 | 1010010 | 101111 |
Color Harmonies of #D9162A
Complementary color
Monochromatic Colors of #D9162A
Black with #D9162A
Text Example
Text Example
White with #D9162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9162A; }
p { color: rgb(217,22,42); }
H1.HeaderClassName
{
color: #D9162A;
}
.AnyTagClassName
{
color: #D9162A;
}
</style>
background-color css
<style>
a { background-color: #D9162A; }
a { background-color: rgb(217,22,42); }
div.DivClassName
{
background-color: #D9162A;
}
.BgClassName
{
background-color: #D9162A;
}
</style>
border-color css
<style>
span { border-color: #D9162A; }
span { border-color: rgb(217,22,42); }
td.TdClassName
{
border-color: #D9162A;
}
.TagClassName
{
border-color: #D9162A;
}
</style>