Shades of Fire Engine Red #DA1720
Tints of Fire Engine Red #DA1720
RGB
CMYK
RGB Variations
Color information
#DA1720 (or 0xDA1720) is known color: Fire Engine Red. HEX triplet: DA, 17 and 20. RGB value is (218,23,32). Sum of RGB (Red+Green+Blue) = 218+23+32=273 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.85% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1720 is #25E8DF. Grayscale: #525252. Windows color (decimal): -2484448 or 2103258. OLE color: 2103258.
HSL color Cylindrical-coordinate representation of color #DA1720: hue angle of 357.23º 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 #DA1720 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 32 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.15 |
| HSL | 357.23º | 0.81% | 0.47% | - |
| HSV(B) | 357.23º | 0.89% | 0.85% | - |
| XYZ | 29.48 | 15.62 | 2.83 | - |
| YUV | 82.33 | 99.6 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 32 | 0 | 0.89 | 0.85 | 0.15 | 357.23 | 0.81 | 0.47 |
| Hex | DA | 17 | 20 | 0 | 59 | 55 | F | 165 | 51 | 2F |
| Octal | 332 | 27 | 40 | 0 | 131 | 125 | 17 | 545 | 121 | 57 |
| Binary | 11011010 | 10111 | 100000 | 0 | 1011001 | 1010101 | 1111 | 101100101 | 1010001 | 101111 |
Color Harmonies of #DA1720
Complementary color
Monochromatic Colors of #DA1720
Black with #DA1720
Text Example
Text Example
White with #DA1720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1720; }
p { color: rgb(218,23,32); }
H1.HeaderClassName
{
color: #DA1720;
}
.AnyTagClassName
{
color: #DA1720;
}
</style>
background-color css
<style>
a { background-color: #DA1720; }
a { background-color: rgb(218,23,32); }
div.DivClassName
{
background-color: #DA1720;
}
.BgClassName
{
background-color: #DA1720;
}
</style>
border-color css
<style>
span { border-color: #DA1720; }
span { border-color: rgb(218,23,32); }
td.TdClassName
{
border-color: #DA1720;
}
.TagClassName
{
border-color: #DA1720;
}
</style>