Html Css Color HEX #E01110 Red

📋 copy color: '#E01110'

red 224 ◦ green 17 ◦ blue 16

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

Shades of Red #E01110

Tints of Red #E01110

RGB

 RED value IS 224 (87.89% from 255) = 87.16%

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

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

R = 87.16%
G = 6.61%
B = 6.23%

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

#E01110 (or 0xE01110) is known color: Red. HEX triplet: E0, 11 and 10. RGB value is (224,17,16). Sum of RGB (Red+Green+Blue) = 224+17+16=257 (34% of max value = 765). Red value is 224 (87.89% from 255 or 87.16% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 224 - color contains mainly: red. Hex color #E01110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01110 is #1FEEEF. Grayscale: #4E4E4E. Windows color (decimal): -2092784 or 1053152. OLE color: 1053152.

HSL color Cylindrical-coordinate representation of color #E01110: hue angle of 0.29º 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 #E01110 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 17 16 -
CMYK 0 0.92 0.93 0.12
HSL 0.29º 0.87% 0.47% -
HSV(B) 0.29º 0.93% 0.88% -
XYZ 31.03 16.29 2 -
YUV 78.78 92.58 231.58 -
System Red Green Blue C M Y K H S L
Decimal 224 17 16 0 0.92 0.93 0.12 0.29 0.87 0.47
Hex E0 11 10 0 5C 5D C 0 57 2F
Octal 340 21 20 0 134 135 14 0 127 57
Binary 11100000 10001 10000 0 1011100 1011101 1100 0 1010111 101111

Color Harmonies of #E01110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01110

Black with #E01110

Text Example


Text Example

White with #E01110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01110; }

 p { color: rgb(224,17,16); }

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

background-color css

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

 a { background-color: rgb(224,17,16); }

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

border-color css

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

 span { border-color: rgb(224,17,16); }

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