Shades of Fire Engine Red #DA0E26
Tints of Fire Engine Red #DA0E26
RGB
CMYK
RGB Variations
Color information
#DA0E26 (or 0xDA0E26) is known color: Fire Engine Red. HEX triplet: DA, 0E and 26. RGB value is (218,14,38). Sum of RGB (Red+Green+Blue) = 218+14+38=270 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.74% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0E26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0E26 is #25F1D9. Grayscale: #4D4D4D. Windows color (decimal): -2486746 or 2494170. OLE color: 2494170.
HSL color Cylindrical-coordinate representation of color #DA0E26: hue angle of 352.94º degrees, saturation: 0.88, 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 #DA0E26 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 14 | 38 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.15 |
| HSL | 352.94º | 0.88% | 0.45% | - |
| HSV(B) | 352.94º | 0.94% | 0.85% | - |
| XYZ | 29.42 | 15.36 | 3.25 | - |
| YUV | 77.73 | 105.59 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 38 | 0 | 0.94 | 0.83 | 0.15 | 352.94 | 0.88 | 0.45 |
| Hex | DA | E | 26 | 0 | 5E | 53 | F | 161 | 58 | 2D |
| Octal | 332 | 16 | 46 | 0 | 136 | 123 | 17 | 541 | 130 | 55 |
| Binary | 11011010 | 1110 | 100110 | 0 | 1011110 | 1010011 | 1111 | 101100001 | 1011000 | 101101 |
Color Harmonies of #DA0E26
Complementary color
Monochromatic Colors of #DA0E26
Black with #DA0E26
Text Example
Text Example
White with #DA0E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0E26; }
p { color: rgb(218,14,38); }
H1.HeaderClassName
{
color: #DA0E26;
}
.AnyTagClassName
{
color: #DA0E26;
}
</style>
background-color css
<style>
a { background-color: #DA0E26; }
a { background-color: rgb(218,14,38); }
div.DivClassName
{
background-color: #DA0E26;
}
.BgClassName
{
background-color: #DA0E26;
}
</style>
border-color css
<style>
span { border-color: #DA0E26; }
span { border-color: rgb(218,14,38); }
td.TdClassName
{
border-color: #DA0E26;
}
.TagClassName
{
border-color: #DA0E26;
}
</style>