Shades of Fire Engine Red #E30E23
Tints of Fire Engine Red #E30E23
RGB
CMYK
RGB Variations
Color information
#E30E23 (or 0xE30E23) is known color: Fire Engine Red. HEX triplet: E3, 0E and 23. RGB value is (227,14,35). Sum of RGB (Red+Green+Blue) = 227+14+35=276 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.25% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 227 - color contains mainly: red. Hex color #E30E23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30E23 is #1CF1DC. Grayscale: #505050. Windows color (decimal): -1896925 or 2297571. OLE color: 2297571.
HSL color Cylindrical-coordinate representation of color #E30E23: hue angle of 354.08º 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 #E30E23 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 14 | 35 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.11 |
| HSL | 354.08º | 0.88% | 0.47% | - |
| HSV(B) | 354.08º | 0.94% | 0.89% | - |
| XYZ | 32.14 | 16.77 | 3.13 | - |
| YUV | 80.08 | 102.57 | 232.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 14 | 35 | 0 | 0.94 | 0.85 | 0.11 | 354.08 | 0.88 | 0.47 |
| Hex | E3 | E | 23 | 0 | 5E | 55 | B | 162 | 58 | 2F |
| Octal | 343 | 16 | 43 | 0 | 136 | 125 | 13 | 542 | 130 | 57 |
| Binary | 11100011 | 1110 | 100011 | 0 | 1011110 | 1010101 | 1011 | 101100010 | 1011000 | 101111 |
Color Harmonies of #E30E23
Complementary color
Monochromatic Colors of #E30E23
Black with #E30E23
Text Example
Text Example
White with #E30E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30E23; }
p { color: rgb(227,14,35); }
H1.HeaderClassName
{
color: #E30E23;
}
.AnyTagClassName
{
color: #E30E23;
}
</style>
background-color css
<style>
a { background-color: #E30E23; }
a { background-color: rgb(227,14,35); }
div.DivClassName
{
background-color: #E30E23;
}
.BgClassName
{
background-color: #E30E23;
}
</style>
border-color css
<style>
span { border-color: #E30E23; }
span { border-color: rgb(227,14,35); }
td.TdClassName
{
border-color: #E30E23;
}
.TagClassName
{
border-color: #E30E23;
}
</style>