Shades of Fire Engine Red #E30A1B
Tints of Fire Engine Red #E30A1B
RGB
CMYK
RGB Variations
Color information
#E30A1B (or 0xE30A1B) is known color: Fire Engine Red. HEX triplet: E3, 0A and 1B. RGB value is (227,10,27). Sum of RGB (Red+Green+Blue) = 227+10+27=264 (34% of max value = 765). Red value is 227 (89.06% from 255 or 85.98% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30A1B is #1CF5E4. Grayscale: #4C4C4C. Windows color (decimal): -1897957 or 1772259. OLE color: 1772259.
HSL color Cylindrical-coordinate representation of color #E30A1B: hue angle of 355.3º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30A1B is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 10 | 27 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.11 |
| HSL | 355.3º | 0.92% | 0.46% | - |
| HSV(B) | 355.3º | 0.96% | 0.89% | - |
| XYZ | 31.98 | 16.63 | 2.56 | - |
| YUV | 76.82 | 99.89 | 235.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 27 | 0 | 0.96 | 0.88 | 0.11 | 355.3 | 0.92 | 0.46 |
| Hex | E3 | A | 1B | 0 | 60 | 58 | B | 163 | 5C | 2E |
| Octal | 343 | 12 | 33 | 0 | 140 | 130 | 13 | 543 | 134 | 56 |
| Binary | 11100011 | 1010 | 11011 | 0 | 1100000 | 1011000 | 1011 | 101100011 | 1011100 | 101110 |
Color Harmonies of #E30A1B
Complementary color
Monochromatic Colors of #E30A1B
Black with #E30A1B
Text Example
Text Example
White with #E30A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30A1B; }
p { color: rgb(227,10,27); }
H1.HeaderClassName
{
color: #E30A1B;
}
.AnyTagClassName
{
color: #E30A1B;
}
</style>
background-color css
<style>
a { background-color: #E30A1B; }
a { background-color: rgb(227,10,27); }
div.DivClassName
{
background-color: #E30A1B;
}
.BgClassName
{
background-color: #E30A1B;
}
</style>
border-color css
<style>
span { border-color: #E30A1B; }
span { border-color: rgb(227,10,27); }
td.TdClassName
{
border-color: #E30A1B;
}
.TagClassName
{
border-color: #E30A1B;
}
</style>