Shades of Fire Engine Red #D9151C
Tints of Fire Engine Red #D9151C
RGB
CMYK
RGB Variations
Color information
#D9151C (or 0xD9151C) is known color: Fire Engine Red. HEX triplet: D9, 15 and 1C. RGB value is (217,21,28). Sum of RGB (Red+Green+Blue) = 217+21+28=266 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.58% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 217 - color contains mainly: red. Hex color #D9151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9151C is #26EAE3. Grayscale: #505050. Windows color (decimal): -2550500 or 1840601. OLE color: 1840601.
HSL color Cylindrical-coordinate representation of color #D9151C: hue angle of 357.86º 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 #D9151C is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 28 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.15 |
| HSL | 357.86º | 0.82% | 0.47% | - |
| HSV(B) | 357.86º | 0.9% | 0.85% | - |
| XYZ | 29.09 | 15.37 | 2.53 | - |
| YUV | 80.4 | 98.43 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 28 | 0 | 0.90 | 0.87 | 0.15 | 357.86 | 0.82 | 0.47 |
| Hex | D9 | 15 | 1C | 0 | 5A | 57 | F | 166 | 52 | 2F |
| Octal | 331 | 25 | 34 | 0 | 132 | 127 | 17 | 546 | 122 | 57 |
| Binary | 11011001 | 10101 | 11100 | 0 | 1011010 | 1010111 | 1111 | 101100110 | 1010010 | 101111 |
Color Harmonies of #D9151C
Complementary color
Monochromatic Colors of #D9151C
Black with #D9151C
Text Example
Text Example
White with #D9151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9151C; }
p { color: rgb(217,21,28); }
H1.HeaderClassName
{
color: #D9151C;
}
.AnyTagClassName
{
color: #D9151C;
}
</style>
background-color css
<style>
a { background-color: #D9151C; }
a { background-color: rgb(217,21,28); }
div.DivClassName
{
background-color: #D9151C;
}
.BgClassName
{
background-color: #D9151C;
}
</style>
border-color css
<style>
span { border-color: #D9151C; }
span { border-color: rgb(217,21,28); }
td.TdClassName
{
border-color: #D9151C;
}
.TagClassName
{
border-color: #D9151C;
}
</style>