Shades of Fire Engine Red #D51219
Tints of Fire Engine Red #D51219
RGB
CMYK
RGB Variations
Color information
#D51219 (or 0xD51219) is known color: Fire Engine Red. HEX triplet: D5, 12 and 19. RGB value is (213,18,25). Sum of RGB (Red+Green+Blue) = 213+18+25=256 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.20% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 213 - color contains mainly: red. Hex color #D51219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51219 is #2AEDE6. Grayscale: #4D4D4D. Windows color (decimal): -2813415 or 1643221. OLE color: 1643221.
HSL color Cylindrical-coordinate representation of color #D51219: hue angle of 357.85º 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 #D51219 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 25 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.16 |
| HSL | 357.85º | 0.84% | 0.45% | - |
| HSV(B) | 357.85º | 0.92% | 0.84% | - |
| XYZ | 27.83 | 14.65 | 2.28 | - |
| YUV | 77.1 | 98.6 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 25 | 0 | 0.92 | 0.88 | 0.16 | 357.85 | 0.84 | 0.45 |
| Hex | D5 | 12 | 19 | 0 | 5C | 58 | 10 | 166 | 54 | 2D |
| Octal | 325 | 22 | 31 | 0 | 134 | 130 | 20 | 546 | 124 | 55 |
| Binary | 11010101 | 10010 | 11001 | 0 | 1011100 | 1011000 | 10000 | 101100110 | 1010100 | 101101 |
Color Harmonies of #D51219
Complementary color
Monochromatic Colors of #D51219
Black with #D51219
Text Example
Text Example
White with #D51219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51219; }
p { color: rgb(213,18,25); }
H1.HeaderClassName
{
color: #D51219;
}
.AnyTagClassName
{
color: #D51219;
}
</style>
background-color css
<style>
a { background-color: #D51219; }
a { background-color: rgb(213,18,25); }
div.DivClassName
{
background-color: #D51219;
}
.BgClassName
{
background-color: #D51219;
}
</style>
border-color css
<style>
span { border-color: #D51219; }
span { border-color: rgb(213,18,25); }
td.TdClassName
{
border-color: #D51219;
}
.TagClassName
{
border-color: #D51219;
}
</style>