Html Css Color HEX #E3120B Red

📋 copy color: '#E3120B'

red 227 ◦ green 18 ◦ blue 11

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

Shades of Red #E3120B

Tints of Red #E3120B

RGB

 RED value IS 227 (89.06% from 255) = 88.67%

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

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

R = 88.67%
G = 7.03%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3120B (or 0xE3120B) is known color: Red. HEX triplet: E3, 12 and 0B. RGB value is (227,18,11). Sum of RGB (Red+Green+Blue) = 227+18+11=256 (33% of max value = 765). Red value is 227 (89.06% from 255 or 88.67% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 227 - color contains mainly: red. Hex color #E3120B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3120B is #1CEDF4. Grayscale: #4F4F4F. Windows color (decimal): -1895925 or 725731. OLE color: 725731.

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

Color convert

RGB 227 18 11 -
CMYK 0 0.92 0.95 0.11
HSL 1.94º 0.91% 0.47% -
HSV(B) 1.94º 0.95% 0.89% -
XYZ 31.96 16.79 1.87 -
YUV 79.69 89.24 233.07 -
System Red Green Blue C M Y K H S L
Decimal 227 18 11 0 0.92 0.95 0.11 1.94 0.91 0.47
Hex E3 12 B 0 5C 5F B 2 5B 2F
Octal 343 22 13 0 134 137 13 2 133 57
Binary 11100011 10010 1011 0 1011100 1011111 1011 10 1011011 101111

Color Harmonies of #E3120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3120B

Black with #E3120B

Text Example


Text Example

White with #E3120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3120B; }

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

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

background-color css

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

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

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

border-color css

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

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

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