Shades of Fire Engine Red #D41419
Tints of Fire Engine Red #D41419
RGB
CMYK
RGB Variations
Color information
#D41419 (or 0xD41419) is known color: Fire Engine Red. HEX triplet: D4, 14 and 19. RGB value is (212,20,25). Sum of RGB (Red+Green+Blue) = 212+20+25=257 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.49% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 212 - color contains mainly: red. Hex color #D41419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41419 is #2BEBE6. Grayscale: #4E4E4E. Windows color (decimal): -2878439 or 1643732. OLE color: 1643732.
HSL color Cylindrical-coordinate representation of color #D41419: hue angle of 358.44º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D41419 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 25 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.17 |
| HSL | 358.44º | 0.83% | 0.45% | - |
| HSV(B) | 358.44º | 0.91% | 0.83% | - |
| XYZ | 27.58 | 14.57 | 2.28 | - |
| YUV | 77.98 | 98.11 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 25 | 0 | 0.91 | 0.88 | 0.17 | 358.44 | 0.83 | 0.45 |
| Hex | D4 | 14 | 19 | 0 | 5B | 58 | 11 | 166 | 53 | 2D |
| Octal | 324 | 24 | 31 | 0 | 133 | 130 | 21 | 546 | 123 | 55 |
| Binary | 11010100 | 10100 | 11001 | 0 | 1011011 | 1011000 | 10001 | 101100110 | 1010011 | 101101 |
Color Harmonies of #D41419
Complementary color
Monochromatic Colors of #D41419
Black with #D41419
Text Example
Text Example
White with #D41419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41419; }
p { color: rgb(212,20,25); }
H1.HeaderClassName
{
color: #D41419;
}
.AnyTagClassName
{
color: #D41419;
}
</style>
background-color css
<style>
a { background-color: #D41419; }
a { background-color: rgb(212,20,25); }
div.DivClassName
{
background-color: #D41419;
}
.BgClassName
{
background-color: #D41419;
}
</style>
border-color css
<style>
span { border-color: #D41419; }
span { border-color: rgb(212,20,25); }
td.TdClassName
{
border-color: #D41419;
}
.TagClassName
{
border-color: #D41419;
}
</style>