Shades of Fire Engine Red #D91322
Tints of Fire Engine Red #D91322
RGB
CMYK
RGB Variations
Color information
#D91322 (or 0xD91322) is known color: Fire Engine Red. HEX triplet: D9, 13 and 22. RGB value is (217,19,34). Sum of RGB (Red+Green+Blue) = 217+19+34=270 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.37% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 217 - color contains mainly: red. Hex color #D91322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91322 is #26ECDD. Grayscale: #505050. Windows color (decimal): -2551006 or 2233305. OLE color: 2233305.
HSL color Cylindrical-coordinate representation of color #D91322: hue angle of 355.45º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91322 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 34 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.15 |
| HSL | 355.45º | 0.84% | 0.46% | - |
| HSV(B) | 355.45º | 0.91% | 0.85% | - |
| XYZ | 29.14 | 15.33 | 2.94 | - |
| YUV | 79.91 | 102.1 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 34 | 0 | 0.91 | 0.84 | 0.15 | 355.45 | 0.84 | 0.46 |
| Hex | D9 | 13 | 22 | 0 | 5B | 54 | F | 163 | 54 | 2E |
| Octal | 331 | 23 | 42 | 0 | 133 | 124 | 17 | 543 | 124 | 56 |
| Binary | 11011001 | 10011 | 100010 | 0 | 1011011 | 1010100 | 1111 | 101100011 | 1010100 | 101110 |
Color Harmonies of #D91322
Complementary color
Monochromatic Colors of #D91322
Black with #D91322
Text Example
Text Example
White with #D91322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91322; }
p { color: rgb(217,19,34); }
H1.HeaderClassName
{
color: #D91322;
}
.AnyTagClassName
{
color: #D91322;
}
</style>
background-color css
<style>
a { background-color: #D91322; }
a { background-color: rgb(217,19,34); }
div.DivClassName
{
background-color: #D91322;
}
.BgClassName
{
background-color: #D91322;
}
</style>
border-color css
<style>
span { border-color: #D91322; }
span { border-color: rgb(217,19,34); }
td.TdClassName
{
border-color: #D91322;
}
.TagClassName
{
border-color: #D91322;
}
</style>