Shades of Fire Engine Red #DA081E
Tints of Fire Engine Red #DA081E
RGB
CMYK
RGB Variations
Color information
#DA081E (or 0xDA081E) is known color: Fire Engine Red. HEX triplet: DA, 08 and 1E. RGB value is (218,8,30). Sum of RGB (Red+Green+Blue) = 218+8+30=256 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.16% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 218 - color contains mainly: red. Hex color #DA081E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA081E is #25F7E1. Grayscale: #494949. Windows color (decimal): -2488290 or 1968346. OLE color: 1968346.
HSL color Cylindrical-coordinate representation of color #DA081E: hue angle of 353.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA081E is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 30 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.15 |
| HSL | 353.71º | 0.93% | 0.44% | - |
| HSV(B) | 353.71º | 0.96% | 0.85% | - |
| XYZ | 29.23 | 15.17 | 2.62 | - |
| YUV | 73.3 | 103.57 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 30 | 0 | 0.96 | 0.86 | 0.15 | 353.71 | 0.93 | 0.44 |
| Hex | DA | 8 | 1E | 0 | 60 | 56 | F | 162 | 5D | 2C |
| Octal | 332 | 10 | 36 | 0 | 140 | 126 | 17 | 542 | 135 | 54 |
| Binary | 11011010 | 1000 | 11110 | 0 | 1100000 | 1010110 | 1111 | 101100010 | 1011101 | 101100 |
Color Harmonies of #DA081E
Complementary color
Monochromatic Colors of #DA081E
Black with #DA081E
Text Example
Text Example
White with #DA081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA081E; }
p { color: rgb(218,8,30); }
H1.HeaderClassName
{
color: #DA081E;
}
.AnyTagClassName
{
color: #DA081E;
}
</style>
background-color css
<style>
a { background-color: #DA081E; }
a { background-color: rgb(218,8,30); }
div.DivClassName
{
background-color: #DA081E;
}
.BgClassName
{
background-color: #DA081E;
}
</style>
border-color css
<style>
span { border-color: #DA081E; }
span { border-color: rgb(218,8,30); }
td.TdClassName
{
border-color: #DA081E;
}
.TagClassName
{
border-color: #DA081E;
}
</style>