Html Css Color HEX #E01104 Red

📋 copy color: '#E01104'

red 224 ◦ green 17 ◦ blue 4

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

Shades of Red #E01104

Tints of Red #E01104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.63%

R = 91.43%
G = 6.94%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E01104 (or 0xE01104) is known color: Red. HEX triplet: E0, 11 and 04. RGB value is (224,17,4). Sum of RGB (Red+Green+Blue) = 224+17+4=245 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.43% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 224 - color contains mainly: red. Hex color #E01104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01104 is #1FEEFB. Grayscale: #4D4D4D. Windows color (decimal): -2092796 or 266720. OLE color: 266720.

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

Color convert

RGB 224 17 4 -
CMYK 0 0.92 0.98 0.12
HSL 3.55º 0.96% 0.45% -
HSV(B) 3.55º 0.98% 0.88% -
XYZ 30.96 16.26 1.62 -
YUV 77.41 86.58 232.56 -
System Red Green Blue C M Y K H S L
Decimal 224 17 4 0 0.92 0.98 0.12 3.55 0.96 0.45
Hex E0 11 4 0 5C 62 C 4 60 2D
Octal 340 21 4 0 134 142 14 4 140 55
Binary 11100000 10001 100 0 1011100 1100010 1100 100 1100000 101101

Color Harmonies of #E01104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01104

Black with #E01104

Text Example


Text Example

White with #E01104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01104; }

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

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

background-color css

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

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

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

border-color css

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

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

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