Shades of Fire Engine Red #D51215
Tints of Fire Engine Red #D51215
RGB
CMYK
RGB Variations
Color information
#D51215 (or 0xD51215) is known color: Fire Engine Red. HEX triplet: D5, 12 and 15. RGB value is (213,18,21). Sum of RGB (Red+Green+Blue) = 213+18+21=252 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.52% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 213 - color contains mainly: red. Hex color #D51215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51215 is #2AEDEA. Grayscale: #4C4C4C. Windows color (decimal): -2813419 or 1381077. OLE color: 1381077.
HSL color Cylindrical-coordinate representation of color #D51215: hue angle of 359.08º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51215 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 21 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.16 |
| HSL | 359.08º | 0.84% | 0.45% | - |
| HSV(B) | 359.08º | 0.92% | 0.84% | - |
| XYZ | 27.79 | 14.63 | 2.07 | - |
| YUV | 76.65 | 96.6 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 21 | 0 | 0.92 | 0.90 | 0.16 | 359.08 | 0.84 | 0.45 |
| Hex | D5 | 12 | 15 | 0 | 5C | 5A | 10 | 167 | 54 | 2D |
| Octal | 325 | 22 | 25 | 0 | 134 | 132 | 20 | 547 | 124 | 55 |
| Binary | 11010101 | 10010 | 10101 | 0 | 1011100 | 1011010 | 10000 | 101100111 | 1010100 | 101101 |
Color Harmonies of #D51215
Complementary color
Monochromatic Colors of #D51215
Black with #D51215
Text Example
Text Example
White with #D51215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51215; }
p { color: rgb(213,18,21); }
H1.HeaderClassName
{
color: #D51215;
}
.AnyTagClassName
{
color: #D51215;
}
</style>
background-color css
<style>
a { background-color: #D51215; }
a { background-color: rgb(213,18,21); }
div.DivClassName
{
background-color: #D51215;
}
.BgClassName
{
background-color: #D51215;
}
</style>
border-color css
<style>
span { border-color: #D51215; }
span { border-color: rgb(213,18,21); }
td.TdClassName
{
border-color: #D51215;
}
.TagClassName
{
border-color: #D51215;
}
</style>