Shades of Fire Engine Red #DA1218
Tints of Fire Engine Red #DA1218
RGB
CMYK
RGB Variations
Color information
#DA1218 (or 0xDA1218) is known color: Fire Engine Red. HEX triplet: DA, 12 and 18. RGB value is (218,18,24). Sum of RGB (Red+Green+Blue) = 218+18+24=260 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.85% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1218 is #25EDE7. Grayscale: #4E4E4E. Windows color (decimal): -2485736 or 1577690. OLE color: 1577690.
HSL color Cylindrical-coordinate representation of color #DA1218: hue angle of 358.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA1218 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 24 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.15 |
| HSL | 358.2º | 0.85% | 0.46% | - |
| HSV(B) | 358.2º | 0.92% | 0.85% | - |
| XYZ | 29.29 | 15.4 | 2.29 | - |
| YUV | 78.48 | 97.26 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 24 | 0 | 0.92 | 0.89 | 0.15 | 358.2 | 0.85 | 0.46 |
| Hex | DA | 12 | 18 | 0 | 5C | 59 | F | 166 | 55 | 2E |
| Octal | 332 | 22 | 30 | 0 | 134 | 131 | 17 | 546 | 125 | 56 |
| Binary | 11011010 | 10010 | 11000 | 0 | 1011100 | 1011001 | 1111 | 101100110 | 1010101 | 101110 |
Color Harmonies of #DA1218
Complementary color
Monochromatic Colors of #DA1218
Black with #DA1218
Text Example
Text Example
White with #DA1218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1218; }
p { color: rgb(218,18,24); }
H1.HeaderClassName
{
color: #DA1218;
}
.AnyTagClassName
{
color: #DA1218;
}
</style>
background-color css
<style>
a { background-color: #DA1218; }
a { background-color: rgb(218,18,24); }
div.DivClassName
{
background-color: #DA1218;
}
.BgClassName
{
background-color: #DA1218;
}
</style>
border-color css
<style>
span { border-color: #DA1218; }
span { border-color: rgb(218,18,24); }
td.TdClassName
{
border-color: #DA1218;
}
.TagClassName
{
border-color: #DA1218;
}
</style>