Shades of Fire Engine Red #E30E21
Tints of Fire Engine Red #E30E21
RGB
CMYK
RGB Variations
Color information
#E30E21 (or 0xE30E21) is known color: Fire Engine Red. HEX triplet: E3, 0E and 21. RGB value is (227,14,33). Sum of RGB (Red+Green+Blue) = 227+14+33=274 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.85% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 227 - color contains mainly: red. Hex color #E30E21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30E21 is #1CF1DE. Grayscale: #4F4F4F. Windows color (decimal): -1896927 or 2166499. OLE color: 2166499.
HSL color Cylindrical-coordinate representation of color #E30E21: hue angle of 354.65º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30E21 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 14 | 33 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.11 |
| HSL | 354.65º | 0.88% | 0.47% | - |
| HSV(B) | 354.65º | 0.94% | 0.89% | - |
| XYZ | 32.11 | 16.75 | 2.98 | - |
| YUV | 79.85 | 101.57 | 232.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 14 | 33 | 0 | 0.94 | 0.85 | 0.11 | 354.65 | 0.88 | 0.47 |
| Hex | E3 | E | 21 | 0 | 5E | 55 | B | 163 | 58 | 2F |
| Octal | 343 | 16 | 41 | 0 | 136 | 125 | 13 | 543 | 130 | 57 |
| Binary | 11100011 | 1110 | 100001 | 0 | 1011110 | 1010101 | 1011 | 101100011 | 1011000 | 101111 |
Color Harmonies of #E30E21
Complementary color
Monochromatic Colors of #E30E21
Black with #E30E21
Text Example
Text Example
White with #E30E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30E21; }
p { color: rgb(227,14,33); }
H1.HeaderClassName
{
color: #E30E21;
}
.AnyTagClassName
{
color: #E30E21;
}
</style>
background-color css
<style>
a { background-color: #E30E21; }
a { background-color: rgb(227,14,33); }
div.DivClassName
{
background-color: #E30E21;
}
.BgClassName
{
background-color: #E30E21;
}
</style>
border-color css
<style>
span { border-color: #E30E21; }
span { border-color: rgb(227,14,33); }
td.TdClassName
{
border-color: #E30E21;
}
.TagClassName
{
border-color: #E30E21;
}
</style>