Shades of Fire Engine Red #D91828
Tints of Fire Engine Red #D91828
RGB
CMYK
RGB Variations
Color information
#D91828 (or 0xD91828) is known color: Fire Engine Red. HEX triplet: D9, 18 and 28. RGB value is (217,24,40). Sum of RGB (Red+Green+Blue) = 217+24+40=281 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.22% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 217 - color contains mainly: red. Hex color #D91828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91828 is #26E7D7. Grayscale: #535353. Windows color (decimal): -2549720 or 2627801. OLE color: 2627801.
HSL color Cylindrical-coordinate representation of color #D91828: hue angle of 355.03º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91828 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 40 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.15 |
| HSL | 355.03º | 0.8% | 0.47% | - |
| HSV(B) | 355.03º | 0.89% | 0.85% | - |
| XYZ | 29.32 | 15.56 | 3.46 | - |
| YUV | 83.53 | 103.44 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 40 | 0 | 0.89 | 0.82 | 0.15 | 355.03 | 0.8 | 0.47 |
| Hex | D9 | 18 | 28 | 0 | 59 | 52 | F | 163 | 50 | 2F |
| Octal | 331 | 30 | 50 | 0 | 131 | 122 | 17 | 543 | 120 | 57 |
| Binary | 11011001 | 11000 | 101000 | 0 | 1011001 | 1010010 | 1111 | 101100011 | 1010000 | 101111 |
Color Harmonies of #D91828
Complementary color
Monochromatic Colors of #D91828
Black with #D91828
Text Example
Text Example
White with #D91828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91828; }
p { color: rgb(217,24,40); }
H1.HeaderClassName
{
color: #D91828;
}
.AnyTagClassName
{
color: #D91828;
}
</style>
background-color css
<style>
a { background-color: #D91828; }
a { background-color: rgb(217,24,40); }
div.DivClassName
{
background-color: #D91828;
}
.BgClassName
{
background-color: #D91828;
}
</style>
border-color css
<style>
span { border-color: #D91828; }
span { border-color: rgb(217,24,40); }
td.TdClassName
{
border-color: #D91828;
}
.TagClassName
{
border-color: #D91828;
}
</style>