Shades of Fire Engine Red #DA0A26
Tints of Fire Engine Red #DA0A26
RGB
CMYK
RGB Variations
Color information
#DA0A26 (or 0xDA0A26) is known color: Fire Engine Red. HEX triplet: DA, 0A and 26. RGB value is (218,10,38). Sum of RGB (Red+Green+Blue) = 218+10+38=266 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.95% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0A26 is #25F5D9. Grayscale: #4B4B4B. Windows color (decimal): -2487770 or 2493146. OLE color: 2493146.
HSL color Cylindrical-coordinate representation of color #DA0A26: hue angle of 351.92º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0A26 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 10 | 38 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.15 |
| HSL | 351.92º | 0.91% | 0.45% | - |
| HSV(B) | 351.92º | 0.95% | 0.85% | - |
| XYZ | 29.37 | 15.26 | 3.23 | - |
| YUV | 75.38 | 106.91 | 229.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 38 | 0 | 0.95 | 0.83 | 0.15 | 351.92 | 0.91 | 0.45 |
| Hex | DA | A | 26 | 0 | 5F | 53 | F | 160 | 5B | 2D |
| Octal | 332 | 12 | 46 | 0 | 137 | 123 | 17 | 540 | 133 | 55 |
| Binary | 11011010 | 1010 | 100110 | 0 | 1011111 | 1010011 | 1111 | 101100000 | 1011011 | 101101 |
Color Harmonies of #DA0A26
Complementary color
Monochromatic Colors of #DA0A26
Black with #DA0A26
Text Example
Text Example
White with #DA0A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0A26; }
p { color: rgb(218,10,38); }
H1.HeaderClassName
{
color: #DA0A26;
}
.AnyTagClassName
{
color: #DA0A26;
}
</style>
background-color css
<style>
a { background-color: #DA0A26; }
a { background-color: rgb(218,10,38); }
div.DivClassName
{
background-color: #DA0A26;
}
.BgClassName
{
background-color: #DA0A26;
}
</style>
border-color css
<style>
span { border-color: #DA0A26; }
span { border-color: rgb(218,10,38); }
td.TdClassName
{
border-color: #DA0A26;
}
.TagClassName
{
border-color: #DA0A26;
}
</style>