Shades of Fire Engine Red #DA0E21
Tints of Fire Engine Red #DA0E21
RGB
CMYK
RGB Variations
Color information
#DA0E21 (or 0xDA0E21) is known color: Fire Engine Red. HEX triplet: DA, 0E and 21. RGB value is (218,14,33). Sum of RGB (Red+Green+Blue) = 218+14+33=265 (35% of max value = 765). Red value is 218 (85.55% from 255 or 82.26% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0E21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0E21 is #25F1DE. Grayscale: #4D4D4D. Windows color (decimal): -2486751 or 2166490. OLE color: 2166490.
HSL color Cylindrical-coordinate representation of color #DA0E21: hue angle of 354.41º 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 #DA0E21 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 14 | 33 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.15 |
| HSL | 354.41º | 0.88% | 0.45% | - |
| HSV(B) | 354.41º | 0.94% | 0.85% | - |
| XYZ | 29.35 | 15.33 | 2.85 | - |
| YUV | 77.16 | 103.09 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 33 | 0 | 0.94 | 0.85 | 0.15 | 354.41 | 0.88 | 0.45 |
| Hex | DA | E | 21 | 0 | 5E | 55 | F | 162 | 58 | 2D |
| Octal | 332 | 16 | 41 | 0 | 136 | 125 | 17 | 542 | 130 | 55 |
| Binary | 11011010 | 1110 | 100001 | 0 | 1011110 | 1010101 | 1111 | 101100010 | 1011000 | 101101 |
Color Harmonies of #DA0E21
Complementary color
Monochromatic Colors of #DA0E21
Black with #DA0E21
Text Example
Text Example
White with #DA0E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0E21; }
p { color: rgb(218,14,33); }
H1.HeaderClassName
{
color: #DA0E21;
}
.AnyTagClassName
{
color: #DA0E21;
}
</style>
background-color css
<style>
a { background-color: #DA0E21; }
a { background-color: rgb(218,14,33); }
div.DivClassName
{
background-color: #DA0E21;
}
.BgClassName
{
background-color: #DA0E21;
}
</style>
border-color css
<style>
span { border-color: #DA0E21; }
span { border-color: rgb(218,14,33); }
td.TdClassName
{
border-color: #DA0E21;
}
.TagClassName
{
border-color: #DA0E21;
}
</style>