Shades of Fire Engine Red #DA1920
Tints of Fire Engine Red #DA1920
RGB
CMYK
RGB Variations
Color information
#DA1920 (or 0xDA1920) is known color: Fire Engine Red. HEX triplet: DA, 19 and 20. RGB value is (218,25,32). Sum of RGB (Red+Green+Blue) = 218+25+32=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1920 is #25E6DF. Grayscale: #535353. Windows color (decimal): -2483936 or 2103770. OLE color: 2103770.
HSL color Cylindrical-coordinate representation of color #DA1920: hue angle of 357.82º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1920 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 32 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.15 |
| HSL | 357.82º | 0.79% | 0.48% | - |
| HSV(B) | 357.82º | 0.89% | 0.85% | - |
| XYZ | 29.52 | 15.7 | 2.84 | - |
| YUV | 83.51 | 98.94 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 32 | 0 | 0.89 | 0.85 | 0.15 | 357.82 | 0.79 | 0.48 |
| Hex | DA | 19 | 20 | 0 | 59 | 55 | F | 166 | 4F | 30 |
| Octal | 332 | 31 | 40 | 0 | 131 | 125 | 17 | 546 | 117 | 60 |
| Binary | 11011010 | 11001 | 100000 | 0 | 1011001 | 1010101 | 1111 | 101100110 | 1001111 | 110000 |
Color Harmonies of #DA1920
Complementary color
Monochromatic Colors of #DA1920
Black with #DA1920
Text Example
Text Example
White with #DA1920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1920; }
p { color: rgb(218,25,32); }
H1.HeaderClassName
{
color: #DA1920;
}
.AnyTagClassName
{
color: #DA1920;
}
</style>
background-color css
<style>
a { background-color: #DA1920; }
a { background-color: rgb(218,25,32); }
div.DivClassName
{
background-color: #DA1920;
}
.BgClassName
{
background-color: #DA1920;
}
</style>
border-color css
<style>
span { border-color: #DA1920; }
span { border-color: rgb(218,25,32); }
td.TdClassName
{
border-color: #DA1920;
}
.TagClassName
{
border-color: #DA1920;
}
</style>