#E41211

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

Shades of Red #E41211

Tints of Red #E41211

Color information

#E41211 (or 0xE41211) is unknown color: approx Red. HEX triplet: E4, 12 and 11. RGB value is (228,18,17). Sum of RGB (Red+Green+Blue) = 228+18+17=263 (34% of max value = 765). Red value is 228 (89.45% from 255 or 86.69% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 228 - color contains mainly: red. Hex color #E41211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41211 is #1BEDEE. Grayscale: #505050. Windows color (decimal): -1830383 or 1118948. OLE color: 1118948.

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

Color convert

RGB2281817-
CMYK00.920.930.11
HSL0.28º86.12%48.04%-
HSV(B)0.28º92.54%89.41%-
XYZ32.3116.972.1-
YUV80.6892.07233.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 86.69%
GREEN value IS 18 (7.42% from 255) = 6.84%
BLUE value IS 17 (7.03% from 255) = 6.46%
R=86.69%
G=6.84%
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
Decimal228181700.920.930.110.2886.1248.04
HexE4121105C5DB05630
Octal3442221013413513012660
Binary111001001001010001010111001011101101101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E41211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E41211; }

 p { color: rgb(228,18,17); }

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

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

 a { background-color: rgb(228,18,17); }

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

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

 span { border-color: rgb(228,18,17); }

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