#E8110B

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

Shades of Red #E8110B

Tints of Red #E8110B

Color information

#E8110B (or 0xE8110B) is unknown color: approx Red. HEX triplet: E8, 11 and 0B. RGB value is (232,17,11). Sum of RGB (Red+Green+Blue) = 232+17+11=260 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.23% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 232 - color contains mainly: red. Hex color #E8110B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8110B is #17EEF4. Grayscale: #505050. Windows color (decimal): -1568501 or 725480. OLE color: 725480.

HSL color Cylindrical-coordinate representation of color #E8110B: hue angle of 1.63º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8110B is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB2321711-
CMYK00.930.950.09
HSL1.63º90.95%47.65%-
HSV(B)1.63º95.26%90.98%-
XYZ33.5417.581.94-
YUV80.688.73235.99-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 89.23%
GREEN value IS 17 (7.03% from 255) = 6.54%
BLUE value IS 11 (4.69% from 255) = 4.23%
R=89.23%
G=6.54%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232171100.930.950.091.6390.9547.65
HexE811B05D5F925b30
Octal3502113013513711213360
Binary111010001000110110101110110111111001101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8110B; }

 p { color: rgb(232,17,11); }

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

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

 a { background-color: rgb(232,17,11); }

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

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

 span { border-color: rgb(232,17,11); }

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