Shades of Fire Engine Red #E30B13
Tints of Fire Engine Red #E30B13
RGB
CMYK
RGB Variations
Color information
#E30B13 (or 0xE30B13) is known color: Fire Engine Red. HEX triplet: E3, 0B and 13. RGB value is (227,11,19). Sum of RGB (Red+Green+Blue) = 227+11+19=257 (34% of max value = 765). Red value is 227 (89.06% from 255 or 88.33% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 227 - color contains mainly: red. Hex color #E30B13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30B13 is #1CF4EC. Grayscale: #4C4C4C. Windows color (decimal): -1897709 or 1248227. OLE color: 1248227.
HSL color Cylindrical-coordinate representation of color #E30B13: hue angle of 357.78º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30B13 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 11 | 19 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.11 |
| HSL | 357.78º | 0.91% | 0.47% | - |
| HSV(B) | 357.78º | 0.95% | 0.89% | - |
| XYZ | 31.92 | 16.62 | 2.14 | - |
| YUV | 76.5 | 95.56 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 11 | 19 | 0 | 0.95 | 0.92 | 0.11 | 357.78 | 0.91 | 0.47 |
| Hex | E3 | B | 13 | 0 | 5F | 5C | B | 166 | 5B | 2F |
| Octal | 343 | 13 | 23 | 0 | 137 | 134 | 13 | 546 | 133 | 57 |
| Binary | 11100011 | 1011 | 10011 | 0 | 1011111 | 1011100 | 1011 | 101100110 | 1011011 | 101111 |
Color Harmonies of #E30B13
Complementary color
Monochromatic Colors of #E30B13
Black with #E30B13
Text Example
Text Example
White with #E30B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30B13; }
p { color: rgb(227,11,19); }
H1.HeaderClassName
{
color: #E30B13;
}
.AnyTagClassName
{
color: #E30B13;
}
</style>
background-color css
<style>
a { background-color: #E30B13; }
a { background-color: rgb(227,11,19); }
div.DivClassName
{
background-color: #E30B13;
}
.BgClassName
{
background-color: #E30B13;
}
</style>
border-color css
<style>
span { border-color: #E30B13; }
span { border-color: rgb(227,11,19); }
td.TdClassName
{
border-color: #E30B13;
}
.TagClassName
{
border-color: #E30B13;
}
</style>