Shades of Fire Engine Red #D51619
Tints of Fire Engine Red #D51619
RGB
CMYK
RGB Variations
Color information
#D51619 (or 0xD51619) is known color: Fire Engine Red. HEX triplet: D5, 16 and 19. RGB value is (213,22,25). Sum of RGB (Red+Green+Blue) = 213+22+25=260 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.92% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 213 - color contains mainly: red. Hex color #D51619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51619 is #2AE9E6. Grayscale: #4F4F4F. Windows color (decimal): -2812391 or 1644245. OLE color: 1644245.
HSL color Cylindrical-coordinate representation of color #D51619: hue angle of 359.06º degrees, saturation: 0.81, 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 #D51619 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 25 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.16 |
| HSL | 359.06º | 0.81% | 0.46% | - |
| HSV(B) | 359.06º | 0.9% | 0.84% | - |
| XYZ | 27.9 | 14.79 | 2.3 | - |
| YUV | 79.45 | 97.28 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 25 | 0 | 0.90 | 0.88 | 0.16 | 359.06 | 0.81 | 0.46 |
| Hex | D5 | 16 | 19 | 0 | 5A | 58 | 10 | 167 | 51 | 2E |
| Octal | 325 | 26 | 31 | 0 | 132 | 130 | 20 | 547 | 121 | 56 |
| Binary | 11010101 | 10110 | 11001 | 0 | 1011010 | 1011000 | 10000 | 101100111 | 1010001 | 101110 |
Color Harmonies of #D51619
Complementary color
Monochromatic Colors of #D51619
Black with #D51619
Text Example
Text Example
White with #D51619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51619; }
p { color: rgb(213,22,25); }
H1.HeaderClassName
{
color: #D51619;
}
.AnyTagClassName
{
color: #D51619;
}
</style>
background-color css
<style>
a { background-color: #D51619; }
a { background-color: rgb(213,22,25); }
div.DivClassName
{
background-color: #D51619;
}
.BgClassName
{
background-color: #D51619;
}
</style>
border-color css
<style>
span { border-color: #D51619; }
span { border-color: rgb(213,22,25); }
td.TdClassName
{
border-color: #D51619;
}
.TagClassName
{
border-color: #D51619;
}
</style>