Shades of Fire Engine Red #DA1819
Tints of Fire Engine Red #DA1819
RGB
CMYK
RGB Variations
Color information
#DA1819 (or 0xDA1819) is known color: Fire Engine Red. HEX triplet: DA, 18 and 19. RGB value is (218,24,25). Sum of RGB (Red+Green+Blue) = 218+24+25=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1819 is #25E7E6. Grayscale: #525252. Windows color (decimal): -2484199 or 1644762. OLE color: 1644762.
HSL color Cylindrical-coordinate representation of color #DA1819: hue angle of 359.69º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1819 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 25 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.15 |
| HSL | 359.69º | 0.8% | 0.47% | - |
| HSV(B) | 359.69º | 0.89% | 0.85% | - |
| XYZ | 29.42 | 15.63 | 2.39 | - |
| YUV | 82.12 | 95.77 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 25 | 0 | 0.89 | 0.89 | 0.15 | 359.69 | 0.8 | 0.47 |
| Hex | DA | 18 | 19 | 0 | 59 | 59 | F | 168 | 50 | 2F |
| Octal | 332 | 30 | 31 | 0 | 131 | 131 | 17 | 550 | 120 | 57 |
| Binary | 11011010 | 11000 | 11001 | 0 | 1011001 | 1011001 | 1111 | 101101000 | 1010000 | 101111 |
Color Harmonies of #DA1819
Complementary color
Monochromatic Colors of #DA1819
Black with #DA1819
Text Example
Text Example
White with #DA1819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1819; }
p { color: rgb(218,24,25); }
H1.HeaderClassName
{
color: #DA1819;
}
.AnyTagClassName
{
color: #DA1819;
}
</style>
background-color css
<style>
a { background-color: #DA1819; }
a { background-color: rgb(218,24,25); }
div.DivClassName
{
background-color: #DA1819;
}
.BgClassName
{
background-color: #DA1819;
}
</style>
border-color css
<style>
span { border-color: #DA1819; }
span { border-color: rgb(218,24,25); }
td.TdClassName
{
border-color: #DA1819;
}
.TagClassName
{
border-color: #DA1819;
}
</style>