Shades of Fire Engine Red #DA1718
Tints of Fire Engine Red #DA1718
RGB
CMYK
RGB Variations
Color information
#DA1718 (or 0xDA1718) is known color: Fire Engine Red. HEX triplet: DA, 17 and 18. RGB value is (218,23,24). Sum of RGB (Red+Green+Blue) = 218+23+24=265 (35% of max value = 765). Red value is 218 (85.55% from 255 or 82.26% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1718 is #25E8E7. Grayscale: #515151. Windows color (decimal): -2484456 or 1578970. OLE color: 1578970.
HSL color Cylindrical-coordinate representation of color #DA1718: hue angle of 359.69º 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 #DA1718 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 24 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.15 |
| HSL | 359.69º | 0.81% | 0.47% | - |
| HSV(B) | 359.69º | 0.89% | 0.85% | - |
| XYZ | 29.38 | 15.58 | 2.32 | - |
| YUV | 81.42 | 95.6 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 24 | 0 | 0.89 | 0.89 | 0.15 | 359.69 | 0.81 | 0.47 |
| Hex | DA | 17 | 18 | 0 | 59 | 59 | F | 168 | 51 | 2F |
| Octal | 332 | 27 | 30 | 0 | 131 | 131 | 17 | 550 | 121 | 57 |
| Binary | 11011010 | 10111 | 11000 | 0 | 1011001 | 1011001 | 1111 | 101101000 | 1010001 | 101111 |
Color Harmonies of #DA1718
Complementary color
Monochromatic Colors of #DA1718
Black with #DA1718
Text Example
Text Example
White with #DA1718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1718; }
p { color: rgb(218,23,24); }
H1.HeaderClassName
{
color: #DA1718;
}
.AnyTagClassName
{
color: #DA1718;
}
</style>
background-color css
<style>
a { background-color: #DA1718; }
a { background-color: rgb(218,23,24); }
div.DivClassName
{
background-color: #DA1718;
}
.BgClassName
{
background-color: #DA1718;
}
</style>
border-color css
<style>
span { border-color: #DA1718; }
span { border-color: rgb(218,23,24); }
td.TdClassName
{
border-color: #DA1718;
}
.TagClassName
{
border-color: #DA1718;
}
</style>