Html Css Color HEX #E7120B Red

📋 copy color: '#E7120B'

red 231 ◦ green 18 ◦ blue 11

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

Shades of Red #E7120B

Tints of Red #E7120B

RGB

 RED value IS 231 (90.63% from 255) = 88.85%

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

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

R = 88.85%
G = 6.92%
B = 4.23%

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

#E7120B (or 0xE7120B) is known color: Red. HEX triplet: E7, 12 and 0B. RGB value is (231,18,11). Sum of RGB (Red+Green+Blue) = 231+18+11=260 (34% of max value = 765). Red value is 231 (90.62% from 255 or 88.85% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 231 - color contains mainly: red. Hex color #E7120B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7120B is #18EDF4. Grayscale: #515151. Windows color (decimal): -1633781 or 725735. OLE color: 725735.

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

Color convert

RGB 231 18 11 -
CMYK 0 0.92 0.95 0.09
HSL 1.91º 0.91% 0.47% -
HSV(B) 1.91º 0.95% 0.91% -
XYZ 33.23 17.45 1.93 -
YUV 80.89 88.57 235.07 -
System Red Green Blue C M Y K H S L
Decimal 231 18 11 0 0.92 0.95 0.09 1.91 0.91 0.47
Hex E7 12 B 0 5C 5F 9 2 5B 2F
Octal 347 22 13 0 134 137 11 2 133 57
Binary 11100111 10010 1011 0 1011100 1011111 1001 10 1011011 101111

Color Harmonies of #E7120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7120B

Black with #E7120B

Text Example


Text Example

White with #E7120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7120B; }

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

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

background-color css

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

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

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

border-color css

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

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

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