Html Css Color HEX #E21100 Red

📋 copy color: '#E21100'

red 226 ◦ green 17 ◦ blue 0

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

Shades of Red #E21100

Tints of Red #E21100

RGB

 RED value IS 226 (88.67% from 255) = 93%

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

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

R = 93%
G = 7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E21100 (or 0xE21100) is known color: Red. HEX triplet: E2, 11 and 00. RGB value is (226,17,0). Sum of RGB (Red+Green+Blue) = 226+17+0=243 (32% of max value = 765). Red value is 226 (88.67% from 255 or 93.00% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 226 - color contains mainly: red. Hex color #E21100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21100 is #1DEEFF. Grayscale: #4D4D4D. Windows color (decimal): -1961728 or 4578. OLE color: 4578.

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

Color convert

RGB 226 17 0 -
CMYK 0 0.92 1 0.11
HSL 4.51º 1% 0.44% -
HSV(B) 4.51º 1% 0.89% -
XYZ 31.56 16.57 1.53 -
YUV 77.55 84.24 233.88 -
System Red Green Blue C M Y K H S L
Decimal 226 17 0 0 0.92 1 0.11 4.51 1 0.44
Hex E2 11 0 0 5C 64 B 5 64 2C
Octal 342 21 0 0 134 144 13 5 144 54
Binary 11100010 10001 0 0 1011100 1100100 1011 101 1100100 101100

Color Harmonies of #E21100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21100

Black with #E21100

Text Example


Text Example

White with #E21100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21100; }

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

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

background-color css

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

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

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

border-color css

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

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

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