Html Css Color HEX #E11210 Red

📋 copy color: '#E11210'

red 225 ◦ green 18 ◦ blue 16

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

Shades of Red #E11210

Tints of Red #E11210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.95%

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 86.87%
G = 6.95%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E11210 (or 0xE11210) is known color: Red. HEX triplet: E1, 12 and 10. RGB value is (225,18,16). Sum of RGB (Red+Green+Blue) = 225+18+16=259 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.87% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 225 - color contains mainly: red. Hex color #E11210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11210 is #1EEDEF. Grayscale: #4F4F4F. Windows color (decimal): -2026992 or 1053409. OLE color: 1053409.

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

Color convert

RGB 225 18 16 -
CMYK 0 0.92 0.93 0.12
HSL 0.57º 0.87% 0.47% -
HSV(B) 0.57º 0.93% 0.88% -
XYZ 31.36 16.48 2.02 -
YUV 79.67 92.08 231.66 -
System Red Green Blue C M Y K H S L
Decimal 225 18 16 0 0.92 0.93 0.12 0.57 0.87 0.47
Hex E1 12 10 0 5C 5D C 1 57 2F
Octal 341 22 20 0 134 135 14 1 127 57
Binary 11100001 10010 10000 0 1011100 1011101 1100 1 1010111 101111

Color Harmonies of #E11210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11210

Black with #E11210

Text Example


Text Example

White with #E11210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11210; }

 p { color: rgb(225,18,16); }

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

background-color css

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

 a { background-color: rgb(225,18,16); }

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

border-color css

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

 span { border-color: rgb(225,18,16); }

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