Shades of Fire Engine Red #D91424
Tints of Fire Engine Red #D91424
RGB
CMYK
RGB Variations
Color information
#D91424 (or 0xD91424) is known color: Fire Engine Red. HEX triplet: D9, 14 and 24. RGB value is (217,20,36). Sum of RGB (Red+Green+Blue) = 217+20+36=273 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.49% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 217 - color contains mainly: red. Hex color #D91424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91424 is #26EBDB. Grayscale: #505050. Windows color (decimal): -2550748 or 2364633. OLE color: 2364633.
HSL color Cylindrical-coordinate representation of color #D91424: hue angle of 355.13º degrees, saturation: 0.83, 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 #D91424 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 36 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.15 |
| HSL | 355.13º | 0.83% | 0.46% | - |
| HSV(B) | 355.13º | 0.91% | 0.85% | - |
| XYZ | 29.18 | 15.38 | 3.1 | - |
| YUV | 80.73 | 102.77 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 36 | 0 | 0.91 | 0.83 | 0.15 | 355.13 | 0.83 | 0.46 |
| Hex | D9 | 14 | 24 | 0 | 5B | 53 | F | 163 | 53 | 2E |
| Octal | 331 | 24 | 44 | 0 | 133 | 123 | 17 | 543 | 123 | 56 |
| Binary | 11011001 | 10100 | 100100 | 0 | 1011011 | 1010011 | 1111 | 101100011 | 1010011 | 101110 |
Color Harmonies of #D91424
Complementary color
Monochromatic Colors of #D91424
Black with #D91424
Text Example
Text Example
White with #D91424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91424; }
p { color: rgb(217,20,36); }
H1.HeaderClassName
{
color: #D91424;
}
.AnyTagClassName
{
color: #D91424;
}
</style>
background-color css
<style>
a { background-color: #D91424; }
a { background-color: rgb(217,20,36); }
div.DivClassName
{
background-color: #D91424;
}
.BgClassName
{
background-color: #D91424;
}
</style>
border-color css
<style>
span { border-color: #D91424; }
span { border-color: rgb(217,20,36); }
td.TdClassName
{
border-color: #D91424;
}
.TagClassName
{
border-color: #D91424;
}
</style>