Shades of Fire Engine Red #E00326
Tints of Fire Engine Red #E00326
RGB
CMYK
RGB Variations
Color information
#E00326 (or 0xE00326) is known color: Fire Engine Red. HEX triplet: E0, 03 and 26. RGB value is (224,3,38). Sum of RGB (Red+Green+Blue) = 224+3+38=265 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.53% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 224 - color contains mainly: red. Hex color #E00326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00326 is #1FFCD9. Grayscale: #494949. Windows color (decimal): -2096346 or 2491360. OLE color: 2491360.
HSL color Cylindrical-coordinate representation of color #E00326: hue angle of 350.5º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00326 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 38 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.12 |
| HSL | 350.5º | 0.97% | 0.45% | - |
| HSV(B) | 350.5º | 0.99% | 0.88% | - |
| XYZ | 31.12 | 16.05 | 3.29 | - |
| YUV | 73.07 | 108.22 | 235.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 38 | 0 | 0.99 | 0.83 | 0.12 | 350.5 | 0.97 | 0.45 |
| Hex | E0 | 3 | 26 | 0 | 63 | 53 | C | 15E | 61 | 2D |
| Octal | 340 | 3 | 46 | 0 | 143 | 123 | 14 | 536 | 141 | 55 |
| Binary | 11100000 | 11 | 100110 | 0 | 1100011 | 1010011 | 1100 | 101011110 | 1100001 | 101101 |
Color Harmonies of #E00326
Complementary color
Monochromatic Colors of #E00326
Black with #E00326
Text Example
Text Example
White with #E00326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00326; }
p { color: rgb(224,3,38); }
H1.HeaderClassName
{
color: #E00326;
}
.AnyTagClassName
{
color: #E00326;
}
</style>
background-color css
<style>
a { background-color: #E00326; }
a { background-color: rgb(224,3,38); }
div.DivClassName
{
background-color: #E00326;
}
.BgClassName
{
background-color: #E00326;
}
</style>
border-color css
<style>
span { border-color: #E00326; }
span { border-color: rgb(224,3,38); }
td.TdClassName
{
border-color: #E00326;
}
.TagClassName
{
border-color: #E00326;
}
</style>