Shades of Fire Engine Red #DA0A19
Tints of Fire Engine Red #DA0A19
RGB
CMYK
RGB Variations
Color information
#DA0A19 (or 0xDA0A19) is known color: Fire Engine Red. HEX triplet: DA, 0A and 19. RGB value is (218,10,25). Sum of RGB (Red+Green+Blue) = 218+10+25=253 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.17% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0A19 is #25F5E6. Grayscale: #4A4A4A. Windows color (decimal): -2487783 or 1641178. OLE color: 1641178.
HSL color Cylindrical-coordinate representation of color #DA0A19: hue angle of 355.67º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0A19 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 10 | 25 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.15 |
| HSL | 355.67º | 0.91% | 0.45% | - |
| HSV(B) | 355.67º | 0.95% | 0.85% | - |
| XYZ | 29.2 | 15.19 | 2.31 | - |
| YUV | 73.9 | 100.41 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 25 | 0 | 0.95 | 0.89 | 0.15 | 355.67 | 0.91 | 0.45 |
| Hex | DA | A | 19 | 0 | 5F | 59 | F | 164 | 5B | 2D |
| Octal | 332 | 12 | 31 | 0 | 137 | 131 | 17 | 544 | 133 | 55 |
| Binary | 11011010 | 1010 | 11001 | 0 | 1011111 | 1011001 | 1111 | 101100100 | 1011011 | 101101 |
Color Harmonies of #DA0A19
Complementary color
Monochromatic Colors of #DA0A19
Black with #DA0A19
Text Example
Text Example
White with #DA0A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0A19; }
p { color: rgb(218,10,25); }
H1.HeaderClassName
{
color: #DA0A19;
}
.AnyTagClassName
{
color: #DA0A19;
}
</style>
background-color css
<style>
a { background-color: #DA0A19; }
a { background-color: rgb(218,10,25); }
div.DivClassName
{
background-color: #DA0A19;
}
.BgClassName
{
background-color: #DA0A19;
}
</style>
border-color css
<style>
span { border-color: #DA0A19; }
span { border-color: rgb(218,10,25); }
td.TdClassName
{
border-color: #DA0A19;
}
.TagClassName
{
border-color: #DA0A19;
}
</style>