Shades of Fire Engine Red #D41518
Tints of Fire Engine Red #D41518
RGB
CMYK
RGB Variations
Color information
#D41518 (or 0xD41518) is known color: Fire Engine Red. HEX triplet: D4, 15 and 18. RGB value is (212,21,24). Sum of RGB (Red+Green+Blue) = 212+21+24=257 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.49% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 212 - color contains mainly: red. Hex color #D41518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41518 is #2BEAE7. Grayscale: #4E4E4E. Windows color (decimal): -2878184 or 1578452. OLE color: 1578452.
HSL color Cylindrical-coordinate representation of color #D41518: hue angle of 359.06º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41518 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 24 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.17 |
| HSL | 359.06º | 0.82% | 0.46% | - |
| HSV(B) | 359.06º | 0.9% | 0.83% | - |
| XYZ | 27.58 | 14.6 | 2.23 | - |
| YUV | 78.45 | 97.28 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 24 | 0 | 0.90 | 0.89 | 0.17 | 359.06 | 0.82 | 0.46 |
| Hex | D4 | 15 | 18 | 0 | 5A | 59 | 11 | 167 | 52 | 2E |
| Octal | 324 | 25 | 30 | 0 | 132 | 131 | 21 | 547 | 122 | 56 |
| Binary | 11010100 | 10101 | 11000 | 0 | 1011010 | 1011001 | 10001 | 101100111 | 1010010 | 101110 |
Color Harmonies of #D41518
Complementary color
Monochromatic Colors of #D41518
Black with #D41518
Text Example
Text Example
White with #D41518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41518; }
p { color: rgb(212,21,24); }
H1.HeaderClassName
{
color: #D41518;
}
.AnyTagClassName
{
color: #D41518;
}
</style>
background-color css
<style>
a { background-color: #D41518; }
a { background-color: rgb(212,21,24); }
div.DivClassName
{
background-color: #D41518;
}
.BgClassName
{
background-color: #D41518;
}
</style>
border-color css
<style>
span { border-color: #D41518; }
span { border-color: rgb(212,21,24); }
td.TdClassName
{
border-color: #D41518;
}
.TagClassName
{
border-color: #D41518;
}
</style>