Html Css Color HEX #E8120B Red

📋 copy color: '#E8120B'

red 232 ◦ green 18 ◦ blue 11

#E8120B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red #E8120B

Tints of Red #E8120B

RGB

 RED value IS 232 (91.02% from 255) = 88.89%

 GREEN value IS 18 (7.42% from 255) = 6.9%

 BLUE value IS 11 (4.69% from 255) = 4.21%

R = 88.89%
G = 6.9%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8120B (or 0xE8120B) is known color: Red. HEX triplet: E8, 12 and 0B. RGB value is (232,18,11). Sum of RGB (Red+Green+Blue) = 232+18+11=261 (34% of max value = 765). Red value is 232 (91.02% from 255 or 88.89% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 232 - color contains mainly: red. Hex color #E8120B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8120B is #17EDF4. Grayscale: #515151. Windows color (decimal): -1568245 or 725736. OLE color: 725736.

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

Color convert

RGB 232 18 11 -
CMYK 0 0.92 0.95 0.09
HSL 1.9º 0.91% 0.48% -
HSV(B) 1.9º 0.95% 0.91% -
XYZ 33.56 17.61 1.95 -
YUV 81.19 88.4 235.57 -
System Red Green Blue C M Y K H S L
Decimal 232 18 11 0 0.92 0.95 0.09 1.9 0.91 0.48
Hex E8 12 B 0 5C 5F 9 2 5B 30
Octal 350 22 13 0 134 137 11 2 133 60
Binary 11101000 10010 1011 0 1011100 1011111 1001 10 1011011 110000

Color Harmonies of #E8120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8120B

Black with #E8120B

Text Example


Text Example

White with #E8120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8120B; }

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

 H1.HeaderClassName
 {
   color: #E8120B;
 }
 .AnyTagClassName
 {
   color: #E8120B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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