Html Css Color HEX #E00100 Red

📋 copy color: '#E00100'

red 224 ◦ green 1 ◦ blue 0

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

Shades of Red #E00100

Tints of Red #E00100

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 99.56%
G = 0.44%
B = 0%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E00100 (or 0xE00100) is known color: Red. HEX triplet: E0, 01 and 00. RGB value is (224,1,0). Sum of RGB (Red+Green+Blue) = 224+1+0=225 (29% of max value = 765). Red value is 224 (87.89% from 255 or 99.56% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 224 - color contains mainly: red. Hex color #E00100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00100 is #1FFEFF. Grayscale: #434343. Windows color (decimal): -2096896 or 480. OLE color: 480.

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

Color convert

RGB 224 1 0 -
CMYK 0 1.00 1 0.12
HSL 0.27º 1% 0.44% -
HSV(B) 0.27º 1% 0.88% -
XYZ 30.75 15.87 1.44 -
YUV 67.56 89.88 239.58 -
System Red Green Blue C M Y K H S L
Decimal 224 1 0 0 1.00 1 0.12 0.27 1 0.44
Hex E0 1 0 0 64 64 C 0 64 2C
Octal 340 1 0 0 144 144 14 0 144 54
Binary 11100000 1 0 0 1100100 1100100 1100 0 1100100 101100

Color Harmonies of #E00100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00100

Black with #E00100

Text Example


Text Example

White with #E00100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00100; }

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

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

background-color css

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

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

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

border-color css

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

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

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