Shades of Fire Engine Red #DA081D
Tints of Fire Engine Red #DA081D
RGB
CMYK
RGB Variations
Color information
#DA081D (or 0xDA081D) is known color: Fire Engine Red. HEX triplet: DA, 08 and 1D. RGB value is (218,8,29). Sum of RGB (Red+Green+Blue) = 218+8+29=255 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.49% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 218 - color contains mainly: red. Hex color #DA081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA081D is #25F7E2. Grayscale: #494949. Windows color (decimal): -2488291 or 1902810. OLE color: 1902810.
HSL color Cylindrical-coordinate representation of color #DA081D: hue angle of 354º 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 #DA081D is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 29 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.15 |
| HSL | 354º | 0.93% | 0.44% | - |
| HSV(B) | 354º | 0.96% | 0.85% | - |
| XYZ | 29.22 | 15.17 | 2.55 | - |
| YUV | 73.18 | 103.07 | 231.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 29 | 0 | 0.96 | 0.87 | 0.15 | 354 | 0.93 | 0.44 |
| Hex | DA | 8 | 1D | 0 | 60 | 57 | F | 162 | 5D | 2C |
| Octal | 332 | 10 | 35 | 0 | 140 | 127 | 17 | 542 | 135 | 54 |
| Binary | 11011010 | 1000 | 11101 | 0 | 1100000 | 1010111 | 1111 | 101100010 | 1011101 | 101100 |
Color Harmonies of #DA081D
Complementary color
Monochromatic Colors of #DA081D
Black with #DA081D
Text Example
Text Example
White with #DA081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA081D; }
p { color: rgb(218,8,29); }
H1.HeaderClassName
{
color: #DA081D;
}
.AnyTagClassName
{
color: #DA081D;
}
</style>
background-color css
<style>
a { background-color: #DA081D; }
a { background-color: rgb(218,8,29); }
div.DivClassName
{
background-color: #DA081D;
}
.BgClassName
{
background-color: #DA081D;
}
</style>
border-color css
<style>
span { border-color: #DA081D; }
span { border-color: rgb(218,8,29); }
td.TdClassName
{
border-color: #DA081D;
}
.TagClassName
{
border-color: #DA081D;
}
</style>