Html Css Color HEX #E11100 Red

📋 copy color: '#E11100'

red 225 ◦ green 17 ◦ blue 0

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

Shades of Red #E11100

Tints of Red #E11100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.98%
G = 7.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E11100 (or 0xE11100) is known color: Red. HEX triplet: E1, 11 and 00. RGB value is (225,17,0). Sum of RGB (Red+Green+Blue) = 225+17+0=242 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.98% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 225 - color contains mainly: red. Hex color #E11100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11100 is #1EEEFF. Grayscale: #4D4D4D. Windows color (decimal): -2027264 or 4577. OLE color: 4577.

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

Color convert

RGB 225 17 0 -
CMYK 0 0.92 1 0.12
HSL 4.53º 1% 0.44% -
HSV(B) 4.53º 1% 0.88% -
XYZ 31.25 16.41 1.52 -
YUV 77.25 84.41 233.38 -
System Red Green Blue C M Y K H S L
Decimal 225 17 0 0 0.92 1 0.12 4.53 1 0.44
Hex E1 11 0 0 5C 64 C 5 64 2C
Octal 341 21 0 0 134 144 14 5 144 54
Binary 11100001 10001 0 0 1011100 1100100 1100 101 1100100 101100

Color Harmonies of #E11100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11100

Black with #E11100

Text Example


Text Example

White with #E11100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11100; }

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

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

background-color css

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

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

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

border-color css

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

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

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