Shades of Fire Engine Red #D51419
Tints of Fire Engine Red #D51419
RGB
CMYK
RGB Variations
Color information
#D51419 (or 0xD51419) is known color: Fire Engine Red. HEX triplet: D5, 14 and 19. RGB value is (213,20,25). Sum of RGB (Red+Green+Blue) = 213+20+25=258 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.56% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 213 - color contains mainly: red. Hex color #D51419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51419 is #2AEBE6. Grayscale: #4E4E4E. Windows color (decimal): -2812903 or 1643733. OLE color: 1643733.
HSL color Cylindrical-coordinate representation of color #D51419: hue angle of 358.45º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51419 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 25 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.16 |
| HSL | 358.45º | 0.83% | 0.46% | - |
| HSV(B) | 358.45º | 0.91% | 0.84% | - |
| XYZ | 27.87 | 14.72 | 2.29 | - |
| YUV | 78.28 | 97.94 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 25 | 0 | 0.91 | 0.88 | 0.16 | 358.45 | 0.83 | 0.46 |
| Hex | D5 | 14 | 19 | 0 | 5B | 58 | 10 | 166 | 53 | 2E |
| Octal | 325 | 24 | 31 | 0 | 133 | 130 | 20 | 546 | 123 | 56 |
| Binary | 11010101 | 10100 | 11001 | 0 | 1011011 | 1011000 | 10000 | 101100110 | 1010011 | 101110 |
Color Harmonies of #D51419
Complementary color
Monochromatic Colors of #D51419
Black with #D51419
Text Example
Text Example
White with #D51419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51419; }
p { color: rgb(213,20,25); }
H1.HeaderClassName
{
color: #D51419;
}
.AnyTagClassName
{
color: #D51419;
}
</style>
background-color css
<style>
a { background-color: #D51419; }
a { background-color: rgb(213,20,25); }
div.DivClassName
{
background-color: #D51419;
}
.BgClassName
{
background-color: #D51419;
}
</style>
border-color css
<style>
span { border-color: #D51419; }
span { border-color: rgb(213,20,25); }
td.TdClassName
{
border-color: #D51419;
}
.TagClassName
{
border-color: #D51419;
}
</style>