Shades of Fire Engine Red #E30B23
Tints of Fire Engine Red #E30B23
RGB
CMYK
RGB Variations
Color information
#E30B23 (or 0xE30B23) is known color: Fire Engine Red. HEX triplet: E3, 0B and 23. RGB value is (227,11,35). Sum of RGB (Red+Green+Blue) = 227+11+35=273 (36% of max value = 765). Red value is 227 (89.06% from 255 or 83.15% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 227 - color contains mainly: red. Hex color #E30B23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30B23 is #1CF4DC. Grayscale: #4E4E4E. Windows color (decimal): -1897693 or 2296803. OLE color: 2296803.
HSL color Cylindrical-coordinate representation of color #E30B23: hue angle of 353.33º 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 #E30B23 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 11 | 35 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.11 |
| HSL | 353.33º | 0.91% | 0.47% | - |
| HSV(B) | 353.33º | 0.95% | 0.89% | - |
| XYZ | 32.1 | 16.69 | 3.12 | - |
| YUV | 78.32 | 103.56 | 234.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 11 | 35 | 0 | 0.95 | 0.85 | 0.11 | 353.33 | 0.91 | 0.47 |
| Hex | E3 | B | 23 | 0 | 5F | 55 | B | 161 | 5B | 2F |
| Octal | 343 | 13 | 43 | 0 | 137 | 125 | 13 | 541 | 133 | 57 |
| Binary | 11100011 | 1011 | 100011 | 0 | 1011111 | 1010101 | 1011 | 101100001 | 1011011 | 101111 |
Color Harmonies of #E30B23
Complementary color
Monochromatic Colors of #E30B23
Black with #E30B23
Text Example
Text Example
White with #E30B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30B23; }
p { color: rgb(227,11,35); }
H1.HeaderClassName
{
color: #E30B23;
}
.AnyTagClassName
{
color: #E30B23;
}
</style>
background-color css
<style>
a { background-color: #E30B23; }
a { background-color: rgb(227,11,35); }
div.DivClassName
{
background-color: #E30B23;
}
.BgClassName
{
background-color: #E30B23;
}
</style>
border-color css
<style>
span { border-color: #E30B23; }
span { border-color: rgb(227,11,35); }
td.TdClassName
{
border-color: #E30B23;
}
.TagClassName
{
border-color: #E30B23;
}
</style>