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