Html Css Color HEX #E31111 Red

📋 copy color: '#E31111'

red 227 ◦ green 17 ◦ blue 17

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

Shades of Red #E31111

Tints of Red #E31111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.51%

 BLUE value IS 17 (7.03% from 255) = 6.51%

R = 86.97%
G = 6.51%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E31111 (or 0xE31111) is known color: Red. HEX triplet: E3, 11 and 11. RGB value is (227,17,17). Sum of RGB (Red+Green+Blue) = 227+17+17=261 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.97% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 227 - color contains mainly: red. Hex color #E31111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31111 is #1CEEEE. Grayscale: #505050. Windows color (decimal): -1896175 or 1118691. OLE color: 1118691.

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

Color convert

RGB 227 17 17 -
CMYK 0 0.93 0.93 0.11
HSL 0.86% 0.48% -
HSV(B) 0.93% 0.89% -
XYZ 31.98 16.77 2.08 -
YUV 79.79 92.57 233 -
System Red Green Blue C M Y K H S L
Decimal 227 17 17 0 0.93 0.93 0.11 0 0.86 0.48
Hex E3 11 11 0 5D 5D B 0 56 30
Octal 343 21 21 0 135 135 13 0 126 60
Binary 11100011 10001 10001 0 1011101 1011101 1011 0 1010110 110000

Color Harmonies of #E31111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31111

Black with #E31111

Text Example


Text Example

White with #E31111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31111; }

 p { color: rgb(227,17,17); }

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

background-color css

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

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

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

border-color css

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

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

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