Shades of Fire Engine Red #D51517
Tints of Fire Engine Red #D51517
RGB
CMYK
RGB Variations
Color information
#D51517 (or 0xD51517) is known color: Fire Engine Red. HEX triplet: D5, 15 and 17. RGB value is (213,21,23). Sum of RGB (Red+Green+Blue) = 213+21+23=257 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.88% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 213 - color contains mainly: red. Hex color #D51517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51517 is #2AEAE8. Grayscale: #4E4E4E. Windows color (decimal): -2812649 or 1512917. OLE color: 1512917.
HSL color Cylindrical-coordinate representation of color #D51517: hue angle of 359.38º 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 #D51517 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 23 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.16 |
| HSL | 359.38º | 0.82% | 0.46% | - |
| HSV(B) | 359.38º | 0.9% | 0.84% | - |
| XYZ | 27.86 | 14.74 | 2.19 | - |
| YUV | 78.64 | 96.61 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 23 | 0 | 0.90 | 0.89 | 0.16 | 359.38 | 0.82 | 0.46 |
| Hex | D5 | 15 | 17 | 0 | 5A | 59 | 10 | 167 | 52 | 2E |
| Octal | 325 | 25 | 27 | 0 | 132 | 131 | 20 | 547 | 122 | 56 |
| Binary | 11010101 | 10101 | 10111 | 0 | 1011010 | 1011001 | 10000 | 101100111 | 1010010 | 101110 |
Color Harmonies of #D51517
Complementary color
Monochromatic Colors of #D51517
Black with #D51517
Text Example
Text Example
White with #D51517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51517; }
p { color: rgb(213,21,23); }
H1.HeaderClassName
{
color: #D51517;
}
.AnyTagClassName
{
color: #D51517;
}
</style>
background-color css
<style>
a { background-color: #D51517; }
a { background-color: rgb(213,21,23); }
div.DivClassName
{
background-color: #D51517;
}
.BgClassName
{
background-color: #D51517;
}
</style>
border-color css
<style>
span { border-color: #D51517; }
span { border-color: rgb(213,21,23); }
td.TdClassName
{
border-color: #D51517;
}
.TagClassName
{
border-color: #D51517;
}
</style>