Shades of Fire Engine Red #D61518
Tints of Fire Engine Red #D61518
RGB
CMYK
RGB Variations
Color information
#D61518 (or 0xD61518) is known color: Fire Engine Red. HEX triplet: D6, 15 and 18. RGB value is (214,21,24). Sum of RGB (Red+Green+Blue) = 214+21+24=259 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.63% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 214 - color contains mainly: red. Hex color #D61518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61518 is #29EAE7. Grayscale: #4F4F4F. Windows color (decimal): -2747112 or 1578454. OLE color: 1578454.
HSL color Cylindrical-coordinate representation of color #D61518: hue angle of 359.07º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61518 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 24 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.16 |
| HSL | 359.07º | 0.82% | 0.46% | - |
| HSV(B) | 359.07º | 0.9% | 0.84% | - |
| XYZ | 28.16 | 14.9 | 2.26 | - |
| YUV | 79.05 | 96.94 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 24 | 0 | 0.90 | 0.89 | 0.16 | 359.07 | 0.82 | 0.46 |
| Hex | D6 | 15 | 18 | 0 | 5A | 59 | 10 | 167 | 52 | 2E |
| Octal | 326 | 25 | 30 | 0 | 132 | 131 | 20 | 547 | 122 | 56 |
| Binary | 11010110 | 10101 | 11000 | 0 | 1011010 | 1011001 | 10000 | 101100111 | 1010010 | 101110 |
Color Harmonies of #D61518
Complementary color
Monochromatic Colors of #D61518
Black with #D61518
Text Example
Text Example
White with #D61518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61518; }
p { color: rgb(214,21,24); }
H1.HeaderClassName
{
color: #D61518;
}
.AnyTagClassName
{
color: #D61518;
}
</style>
background-color css
<style>
a { background-color: #D61518; }
a { background-color: rgb(214,21,24); }
div.DivClassName
{
background-color: #D61518;
}
.BgClassName
{
background-color: #D61518;
}
</style>
border-color css
<style>
span { border-color: #D61518; }
span { border-color: rgb(214,21,24); }
td.TdClassName
{
border-color: #D61518;
}
.TagClassName
{
border-color: #D61518;
}
</style>