#E30B26

Color #E30B26 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #E30B26

Tints of Fire Engine Red #E30B26

Color information

#E30B26 (or 0xE30B26) is unknown color: approx Fire Engine Red. HEX triplet: E3, 0B and 26. RGB value is (227,11,38). Sum of RGB (Red+Green+Blue) = 227+11+38=276 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.25% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 227 - color contains mainly: red. Hex color #E30B26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30B26 is #1CF4D9. Grayscale: #4E4E4E. Windows color (decimal): -1897690 or 2493411. OLE color: 2493411.

HSL color Cylindrical-coordinate representation of color #E30B26: hue angle of 352.5º 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 #E30B26 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB2271138-
CMYK00.950.830.11
HSL352.5º90.76%46.67%-
HSV(B)352.5º95.15%89.02%-
XYZ32.1516.713.36-
YUV78.66105.06233.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 82.25%
GREEN value IS 11 (4.69% from 255) = 3.99%
BLUE value IS 38 (15.23% from 255) = 13.77%
R=82.25%
G=3.99%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227113800.950.830.11352.590.7646.67
HexE3B2605F53B1605b2f
Octal343134601371231354013357
Binary11100011101110011001011111101001110111011000001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30B26; }

 p { color: rgb(227,11,38); }

 H1.HeaderClassName
 {
   color: #E30B26;
 }
 .AnyTagClassName
 {
   color: #E30B26;
 }
</style>
background-color css

<style>
 a { background-color: #E30B26; }

 a { background-color: rgb(227,11,38); }

 div.DivClassName
 {
   background-color: #E30B26;
 }
 .BgClassName
 {
   background-color: #E30B26;
 }
</style>
border-color css

<style>
 span { border-color: #E30B26; }

 span { border-color: rgb(227,11,38); }

 td.TdClassName
 {
   border-color: #E30B26;
 }
 .TagClassName
 {
   border-color: #E30B26;
 }
</style>