#E8120C

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

Shades of Red #E8120C

Tints of Red #E8120C

Color information

#E8120C (or 0xE8120C) is unknown color: approx Red. HEX triplet: E8, 12 and 0C. RGB value is (232,18,12). Sum of RGB (Red+Green+Blue) = 232+18+12=262 (34% of max value = 765). Red value is 232 (91.02% from 255 or 88.55% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 232 - color contains mainly: red. Hex color #E8120C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8120C is #17EDF3. Grayscale: #515151. Windows color (decimal): -1568244 or 791272. OLE color: 791272.

HSL color Cylindrical-coordinate representation of color #E8120C: hue angle of 1.64º degrees, saturation: 0.9, 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 #E8120C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB2321812-
CMYK00.920.950.09
HSL1.64º90.16%47.84%-
HSV(B)1.64º94.83%90.98%-
XYZ33.5617.611.98-
YUV81.388.9235.49-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 88.55%
GREEN value IS 18 (7.42% from 255) = 6.87%
BLUE value IS 12 (5.08% from 255) = 4.58%
R=88.55%
G=6.87%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232181200.920.950.091.6490.1647.84
HexE812C05C5F925a30
Octal3502214013413711213260
Binary111010001001011000101110010111111001101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8120C; }

 p { color: rgb(232,18,12); }

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

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

 a { background-color: rgb(232,18,12); }

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

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

 span { border-color: rgb(232,18,12); }

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