Html Css Color HEX #E21101 Red

📋 copy color: '#E21101'

red 226 ◦ green 17 ◦ blue 1

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

Shades of Red #E21101

Tints of Red #E21101

RGB

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

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

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

R = 92.62%
G = 6.97%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E21101 (or 0xE21101) is known color: Red. HEX triplet: E2, 11 and 01. RGB value is (226,17,1). Sum of RGB (Red+Green+Blue) = 226+17+1=244 (32% of max value = 765). Red value is 226 (88.67% from 255 or 92.62% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 226 - color contains mainly: red. Hex color #E21101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21101 is #1DEEFE. Grayscale: #4D4D4D. Windows color (decimal): -1961727 or 70114. OLE color: 70114.

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

Color convert

RGB 226 17 1 -
CMYK 0 0.92 1.00 0.11
HSL 4.27º 0.99% 0.45% -
HSV(B) 4.27º 1% 0.89% -
XYZ 31.57 16.57 1.56 -
YUV 77.67 84.74 233.8 -
System Red Green Blue C M Y K H S L
Decimal 226 17 1 0 0.92 1.00 0.11 4.27 0.99 0.45
Hex E2 11 1 0 5C 64 B 4 63 2D
Octal 342 21 1 0 134 144 13 4 143 55
Binary 11100010 10001 1 0 1011100 1100100 1011 100 1100011 101101

Color Harmonies of #E21101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21101

Black with #E21101

Text Example


Text Example

White with #E21101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21101; }

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

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

background-color css

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

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

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

border-color css

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

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

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