Shades of Fire Engine Red #DA0D19
Tints of Fire Engine Red #DA0D19
RGB
CMYK
RGB Variations
Color information
#DA0D19 (or 0xDA0D19) is known color: Fire Engine Red. HEX triplet: DA, 0D and 19. RGB value is (218,13,25). Sum of RGB (Red+Green+Blue) = 218+13+25=256 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.16% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0D19 is #25F2E6. Grayscale: #4B4B4B. Windows color (decimal): -2487015 or 1641946. OLE color: 1641946.
HSL color Cylindrical-coordinate representation of color #DA0D19: hue angle of 356.49º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0D19 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 25 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.15 |
| HSL | 356.49º | 0.89% | 0.45% | - |
| HSV(B) | 356.49º | 0.94% | 0.85% | - |
| XYZ | 29.23 | 15.26 | 2.33 | - |
| YUV | 75.66 | 99.42 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 25 | 0 | 0.94 | 0.89 | 0.15 | 356.49 | 0.89 | 0.45 |
| Hex | DA | D | 19 | 0 | 5E | 59 | F | 164 | 59 | 2D |
| Octal | 332 | 15 | 31 | 0 | 136 | 131 | 17 | 544 | 131 | 55 |
| Binary | 11011010 | 1101 | 11001 | 0 | 1011110 | 1011001 | 1111 | 101100100 | 1011001 | 101101 |
Color Harmonies of #DA0D19
Complementary color
Monochromatic Colors of #DA0D19
Black with #DA0D19
Text Example
Text Example
White with #DA0D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0D19; }
p { color: rgb(218,13,25); }
H1.HeaderClassName
{
color: #DA0D19;
}
.AnyTagClassName
{
color: #DA0D19;
}
</style>
background-color css
<style>
a { background-color: #DA0D19; }
a { background-color: rgb(218,13,25); }
div.DivClassName
{
background-color: #DA0D19;
}
.BgClassName
{
background-color: #DA0D19;
}
</style>
border-color css
<style>
span { border-color: #DA0D19; }
span { border-color: rgb(218,13,25); }
td.TdClassName
{
border-color: #DA0D19;
}
.TagClassName
{
border-color: #DA0D19;
}
</style>