Html Css Color HEX #E21102 Red

📋 copy color: '#E21102'

red 226 ◦ green 17 ◦ blue 2

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

Shades of Red #E21102

Tints of Red #E21102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.82%

R = 92.24%
G = 6.94%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E21102 (or 0xE21102) is known color: Red. HEX triplet: E2, 11 and 02. RGB value is (226,17,2). Sum of RGB (Red+Green+Blue) = 226+17+2=245 (32% of max value = 765). Red value is 226 (88.67% from 255 or 92.24% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 226 - color contains mainly: red. Hex color #E21102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21102 is #1DEEFD. Grayscale: #4E4E4E. Windows color (decimal): -1961726 or 135650. OLE color: 135650.

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

Color convert

RGB 226 17 2 -
CMYK 0 0.92 0.99 0.11
HSL 4.02º 0.98% 0.45% -
HSV(B) 4.02º 0.99% 0.89% -
XYZ 31.58 16.57 1.59 -
YUV 77.78 85.24 233.72 -
System Red Green Blue C M Y K H S L
Decimal 226 17 2 0 0.92 0.99 0.11 4.02 0.98 0.45
Hex E2 11 2 0 5C 63 B 4 62 2D
Octal 342 21 2 0 134 143 13 4 142 55
Binary 11100010 10001 10 0 1011100 1100011 1011 100 1100010 101101

Color Harmonies of #E21102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21102

Black with #E21102

Text Example


Text Example

White with #E21102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21102; }

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

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

background-color css

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

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

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

border-color css

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

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

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