Shades of Fire Engine Red #DA1618
Tints of Fire Engine Red #DA1618
RGB
CMYK
RGB Variations
Color information
#DA1618 (or 0xDA1618) is known color: Fire Engine Red. HEX triplet: DA, 16 and 18. RGB value is (218,22,24). Sum of RGB (Red+Green+Blue) = 218+22+24=264 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.58% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1618 is #25E9E7. Grayscale: #515151. Windows color (decimal): -2484712 or 1578714. OLE color: 1578714.
HSL color Cylindrical-coordinate representation of color #DA1618: hue angle of 359.39º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1618 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 24 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.15 |
| HSL | 359.39º | 0.82% | 0.47% | - |
| HSV(B) | 359.39º | 0.9% | 0.85% | - |
| XYZ | 29.37 | 15.55 | 2.32 | - |
| YUV | 80.83 | 95.93 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 24 | 0 | 0.90 | 0.89 | 0.15 | 359.39 | 0.82 | 0.47 |
| Hex | DA | 16 | 18 | 0 | 5A | 59 | F | 167 | 52 | 2F |
| Octal | 332 | 26 | 30 | 0 | 132 | 131 | 17 | 547 | 122 | 57 |
| Binary | 11011010 | 10110 | 11000 | 0 | 1011010 | 1011001 | 1111 | 101100111 | 1010010 | 101111 |
Color Harmonies of #DA1618
Complementary color
Monochromatic Colors of #DA1618
Black with #DA1618
Text Example
Text Example
White with #DA1618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1618; }
p { color: rgb(218,22,24); }
H1.HeaderClassName
{
color: #DA1618;
}
.AnyTagClassName
{
color: #DA1618;
}
</style>
background-color css
<style>
a { background-color: #DA1618; }
a { background-color: rgb(218,22,24); }
div.DivClassName
{
background-color: #DA1618;
}
.BgClassName
{
background-color: #DA1618;
}
</style>
border-color css
<style>
span { border-color: #DA1618; }
span { border-color: rgb(218,22,24); }
td.TdClassName
{
border-color: #DA1618;
}
.TagClassName
{
border-color: #DA1618;
}
</style>