Shades of Fire Engine Red #DA1319
Tints of Fire Engine Red #DA1319
RGB
CMYK
RGB Variations
Color information
#DA1319 (or 0xDA1319) is known color: Fire Engine Red. HEX triplet: DA, 13 and 19. RGB value is (218,19,25). Sum of RGB (Red+Green+Blue) = 218+19+25=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1319 is #25ECE6. Grayscale: #4F4F4F. Windows color (decimal): -2485479 or 1643482. OLE color: 1643482.
HSL color Cylindrical-coordinate representation of color #DA1319: hue angle of 358.19º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1319 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 25 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.15 |
| HSL | 358.19º | 0.84% | 0.46% | - |
| HSV(B) | 358.19º | 0.91% | 0.85% | - |
| XYZ | 29.32 | 15.44 | 2.35 | - |
| YUV | 79.19 | 97.43 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 25 | 0 | 0.91 | 0.89 | 0.15 | 358.19 | 0.84 | 0.46 |
| Hex | DA | 13 | 19 | 0 | 5B | 59 | F | 166 | 54 | 2E |
| Octal | 332 | 23 | 31 | 0 | 133 | 131 | 17 | 546 | 124 | 56 |
| Binary | 11011010 | 10011 | 11001 | 0 | 1011011 | 1011001 | 1111 | 101100110 | 1010100 | 101110 |
Color Harmonies of #DA1319
Complementary color
Monochromatic Colors of #DA1319
Black with #DA1319
Text Example
Text Example
White with #DA1319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1319; }
p { color: rgb(218,19,25); }
H1.HeaderClassName
{
color: #DA1319;
}
.AnyTagClassName
{
color: #DA1319;
}
</style>
background-color css
<style>
a { background-color: #DA1319; }
a { background-color: rgb(218,19,25); }
div.DivClassName
{
background-color: #DA1319;
}
.BgClassName
{
background-color: #DA1319;
}
</style>
border-color css
<style>
span { border-color: #DA1319; }
span { border-color: rgb(218,19,25); }
td.TdClassName
{
border-color: #DA1319;
}
.TagClassName
{
border-color: #DA1319;
}
</style>