Shades of Fire Engine Red #DA1719
Tints of Fire Engine Red #DA1719
RGB
CMYK
RGB Variations
Color information
#DA1719 (or 0xDA1719) is known color: Fire Engine Red. HEX triplet: DA, 17 and 19. RGB value is (218,23,25). Sum of RGB (Red+Green+Blue) = 218+23+25=266 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.95% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1719 is #25E8E6. Grayscale: #515151. Windows color (decimal): -2484455 or 1644506. OLE color: 1644506.
HSL color Cylindrical-coordinate representation of color #DA1719: hue angle of 359.38º degrees, saturation: 0.81, 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 #DA1719 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 25 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.15 |
| HSL | 359.38º | 0.81% | 0.47% | - |
| HSV(B) | 359.38º | 0.89% | 0.85% | - |
| XYZ | 29.4 | 15.59 | 2.38 | - |
| YUV | 81.53 | 96.1 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 25 | 0 | 0.89 | 0.89 | 0.15 | 359.38 | 0.81 | 0.47 |
| Hex | DA | 17 | 19 | 0 | 59 | 59 | F | 167 | 51 | 2F |
| Octal | 332 | 27 | 31 | 0 | 131 | 131 | 17 | 547 | 121 | 57 |
| Binary | 11011010 | 10111 | 11001 | 0 | 1011001 | 1011001 | 1111 | 101100111 | 1010001 | 101111 |
Color Harmonies of #DA1719
Complementary color
Monochromatic Colors of #DA1719
Black with #DA1719
Text Example
Text Example
White with #DA1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1719; }
p { color: rgb(218,23,25); }
H1.HeaderClassName
{
color: #DA1719;
}
.AnyTagClassName
{
color: #DA1719;
}
</style>
background-color css
<style>
a { background-color: #DA1719; }
a { background-color: rgb(218,23,25); }
div.DivClassName
{
background-color: #DA1719;
}
.BgClassName
{
background-color: #DA1719;
}
</style>
border-color css
<style>
span { border-color: #DA1719; }
span { border-color: rgb(218,23,25); }
td.TdClassName
{
border-color: #DA1719;
}
.TagClassName
{
border-color: #DA1719;
}
</style>