Shades of Fire Engine Red #DA1617
Tints of Fire Engine Red #DA1617
RGB
CMYK
RGB Variations
Color information
#DA1617 (or 0xDA1617) is known color: Fire Engine Red. HEX triplet: DA, 16 and 17. RGB value is (218,22,23). Sum of RGB (Red+Green+Blue) = 218+22+23=263 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.89% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1617 is #25E9E8. Grayscale: #505050. Windows color (decimal): -2484713 or 1513178. OLE color: 1513178.
HSL color Cylindrical-coordinate representation of color #DA1617: hue angle of 359.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1617 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 23 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.15 |
| HSL | 359.69º | 0.82% | 0.47% | - |
| HSV(B) | 359.69º | 0.9% | 0.85% | - |
| XYZ | 29.36 | 15.54 | 2.26 | - |
| YUV | 80.72 | 95.43 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 23 | 0 | 0.90 | 0.89 | 0.15 | 359.69 | 0.82 | 0.47 |
| Hex | DA | 16 | 17 | 0 | 5A | 59 | F | 168 | 52 | 2F |
| Octal | 332 | 26 | 27 | 0 | 132 | 131 | 17 | 550 | 122 | 57 |
| Binary | 11011010 | 10110 | 10111 | 0 | 1011010 | 1011001 | 1111 | 101101000 | 1010010 | 101111 |
Color Harmonies of #DA1617
Complementary color
Monochromatic Colors of #DA1617
Black with #DA1617
Text Example
Text Example
White with #DA1617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1617; }
p { color: rgb(218,22,23); }
H1.HeaderClassName
{
color: #DA1617;
}
.AnyTagClassName
{
color: #DA1617;
}
</style>
background-color css
<style>
a { background-color: #DA1617; }
a { background-color: rgb(218,22,23); }
div.DivClassName
{
background-color: #DA1617;
}
.BgClassName
{
background-color: #DA1617;
}
</style>
border-color css
<style>
span { border-color: #DA1617; }
span { border-color: rgb(218,22,23); }
td.TdClassName
{
border-color: #DA1617;
}
.TagClassName
{
border-color: #DA1617;
}
</style>