Html Css Color HEX #E01100 Red

📋 copy color: '#E01100'

red 224 ◦ green 17 ◦ blue 0

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

Shades of Red #E01100

Tints of Red #E01100

RGB

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

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

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

R = 92.95%
G = 7.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E01100 (or 0xE01100) is known color: Red. HEX triplet: E0, 11 and 00. RGB value is (224,17,0). Sum of RGB (Red+Green+Blue) = 224+17+0=241 (31% of max value = 765). Red value is 224 (87.89% from 255 or 92.95% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 224 - color contains mainly: red. Hex color #E01100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01100 is #1FEEFF. Grayscale: #4D4D4D. Windows color (decimal): -2092800 or 4576. OLE color: 4576.

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

Color convert

RGB 224 17 0 -
CMYK 0 0.92 1 0.12
HSL 4.55º 1% 0.44% -
HSV(B) 4.55º 1% 0.88% -
XYZ 30.94 16.25 1.51 -
YUV 76.96 84.58 232.88 -
System Red Green Blue C M Y K H S L
Decimal 224 17 0 0 0.92 1 0.12 4.55 1 0.44
Hex E0 11 0 0 5C 64 C 5 64 2C
Octal 340 21 0 0 134 144 14 5 144 54
Binary 11100000 10001 0 0 1011100 1100100 1100 101 1100100 101100

Color Harmonies of #E01100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01100

Black with #E01100

Text Example


Text Example

White with #E01100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01100; }

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

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

background-color css

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

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

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

border-color css

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

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

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