Html Css Color HEX #E11101 Red

📋 copy color: '#E11101'

red 225 ◦ green 17 ◦ blue 1

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

Shades of Red #E11101

Tints of Red #E11101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 92.59%
G = 7%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E11101 (or 0xE11101) is known color: Red. HEX triplet: E1, 11 and 01. RGB value is (225,17,1). Sum of RGB (Red+Green+Blue) = 225+17+1=243 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.59% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 225 - color contains mainly: red. Hex color #E11101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11101 is #1EEEFE. Grayscale: #4D4D4D. Windows color (decimal): -2027263 or 70113. OLE color: 70113.

HSL color Cylindrical-coordinate representation of color #E11101: hue angle of 4.29º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E11101 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 17 1 -
CMYK 0 0.92 1.00 0.12
HSL 4.29º 0.99% 0.44% -
HSV(B) 4.29º 1% 0.88% -
XYZ 31.26 16.41 1.55 -
YUV 77.37 84.91 233.3 -
System Red Green Blue C M Y K H S L
Decimal 225 17 1 0 0.92 1.00 0.12 4.29 0.99 0.44
Hex E1 11 1 0 5C 64 C 4 63 2C
Octal 341 21 1 0 134 144 14 4 143 54
Binary 11100001 10001 1 0 1011100 1100100 1100 100 1100011 101100

Color Harmonies of #E11101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11101

Black with #E11101

Text Example


Text Example

White with #E11101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11101; }

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

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

background-color css

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

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

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

border-color css

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

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

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