#E31311

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

Shades of Red #E31311

Tints of Red #E31311

Color information

#E31311 (or 0xE31311) is unknown color: approx Red. HEX triplet: E3, 13 and 11. RGB value is (227,19,17). Sum of RGB (Red+Green+Blue) = 227+19+17=263 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.31% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 227 - color contains mainly: red. Hex color #E31311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31311 is #1CECEE. Grayscale: #515151. Windows color (decimal): -1895663 or 1119203. OLE color: 1119203.

HSL color Cylindrical-coordinate representation of color #E31311: hue angle of 0.57º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E31311 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB2271917-
CMYK00.920.930.11
HSL0.57º86.07%47.84%-
HSV(B)0.57º92.51%89.02%-
XYZ32.0116.842.09-
YUV80.9691.91232.16-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 86.31%
GREEN value IS 19 (7.81% from 255) = 7.22%
BLUE value IS 17 (7.03% from 255) = 6.46%
R=86.31%
G=7.22%
B=6.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227191700.920.930.110.5786.0747.84
HexE3131105C5DB15630
Octal3432321013413513112660
Binary111000111001110001010111001011101101111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31311; }

 p { color: rgb(227,19,17); }

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

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

 a { background-color: rgb(227,19,17); }

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

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

 span { border-color: rgb(227,19,17); }

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