Html Css Color HEX #E11110 Red

📋 copy color: '#E11110'

red 225 ◦ green 17 ◦ blue 16

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

Shades of Red #E11110

Tints of Red #E11110

RGB

 RED value IS 225 (88.28% from 255) = 87.21%

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

 BLUE value IS 16 (6.64% from 255) = 6.2%

R = 87.21%
G = 6.59%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E11110 (or 0xE11110) is known color: Red. HEX triplet: E1, 11 and 10. RGB value is (225,17,16). Sum of RGB (Red+Green+Blue) = 225+17+16=258 (34% of max value = 765). Red value is 225 (88.28% from 255 or 87.21% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 225 - color contains mainly: red. Hex color #E11110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11110 is #1EEEEF. Grayscale: #4F4F4F. Windows color (decimal): -2027248 or 1053153. OLE color: 1053153.

HSL color Cylindrical-coordinate representation of color #E11110: hue angle of 0.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E11110 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 17 16 -
CMYK 0 0.92 0.93 0.12
HSL 0.29º 0.87% 0.47% -
HSV(B) 0.29º 0.93% 0.88% -
XYZ 31.35 16.45 2.01 -
YUV 79.08 92.41 232.08 -
System Red Green Blue C M Y K H S L
Decimal 225 17 16 0 0.92 0.93 0.12 0.29 0.87 0.47
Hex E1 11 10 0 5C 5D C 0 57 2F
Octal 341 21 20 0 134 135 14 0 127 57
Binary 11100001 10001 10000 0 1011100 1011101 1100 0 1010111 101111

Color Harmonies of #E11110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11110

Black with #E11110

Text Example


Text Example

White with #E11110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11110; }

 p { color: rgb(225,17,16); }

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

background-color css

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

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

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

border-color css

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

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

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