Shades of Fire Engine Red #D41819
Tints of Fire Engine Red #D41819
RGB
CMYK
RGB Variations
Color information
#D41819 (or 0xD41819) is known color: Fire Engine Red. HEX triplet: D4, 18 and 19. RGB value is (212,24,25). Sum of RGB (Red+Green+Blue) = 212+24+25=261 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.23% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 212 - color contains mainly: red. Hex color #D41819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41819 is #2BE7E6. Grayscale: #505050. Windows color (decimal): -2877415 or 1644756. OLE color: 1644756.
HSL color Cylindrical-coordinate representation of color #D41819: hue angle of 359.68º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41819 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 25 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.17 |
| HSL | 359.68º | 0.8% | 0.46% | - |
| HSV(B) | 359.68º | 0.89% | 0.83% | - |
| XYZ | 27.65 | 14.72 | 2.3 | - |
| YUV | 80.33 | 96.78 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 25 | 0 | 0.89 | 0.88 | 0.17 | 359.68 | 0.8 | 0.46 |
| Hex | D4 | 18 | 19 | 0 | 59 | 58 | 11 | 168 | 50 | 2E |
| Octal | 324 | 30 | 31 | 0 | 131 | 130 | 21 | 550 | 120 | 56 |
| Binary | 11010100 | 11000 | 11001 | 0 | 1011001 | 1011000 | 10001 | 101101000 | 1010000 | 101110 |
Color Harmonies of #D41819
Complementary color
Monochromatic Colors of #D41819
Black with #D41819
Text Example
Text Example
White with #D41819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41819; }
p { color: rgb(212,24,25); }
H1.HeaderClassName
{
color: #D41819;
}
.AnyTagClassName
{
color: #D41819;
}
</style>
background-color css
<style>
a { background-color: #D41819; }
a { background-color: rgb(212,24,25); }
div.DivClassName
{
background-color: #D41819;
}
.BgClassName
{
background-color: #D41819;
}
</style>
border-color css
<style>
span { border-color: #D41819; }
span { border-color: rgb(212,24,25); }
td.TdClassName
{
border-color: #D41819;
}
.TagClassName
{
border-color: #D41819;
}
</style>