Html Css Color HEX #E01000 Red

📋 copy color: '#E01000'

red 224 ◦ green 16 ◦ blue 0

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

Shades of Red #E01000

Tints of Red #E01000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.67%

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

R = 93.33%
G = 6.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E01000 (or 0xE01000) is known color: Red. HEX triplet: E0, 10 and 00. RGB value is (224,16,0). Sum of RGB (Red+Green+Blue) = 224+16+0=240 (31% of max value = 765). Red value is 224 (87.89% from 255 or 93.33% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 224 - color contains mainly: red. Hex color #E01000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01000 is #1FEFFF. Grayscale: #4C4C4C. Windows color (decimal): -2093056 or 4320. OLE color: 4320.

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

Color convert

RGB 224 16 0 -
CMYK 0 0.93 1 0.12
HSL 4.29º 1% 0.44% -
HSV(B) 4.29º 1% 0.88% -
XYZ 30.93 16.22 1.5 -
YUV 76.37 84.91 233.3 -
System Red Green Blue C M Y K H S L
Decimal 224 16 0 0 0.93 1 0.12 4.29 1 0.44
Hex E0 10 0 0 5D 64 C 4 64 2C
Octal 340 20 0 0 135 144 14 4 144 54
Binary 11100000 10000 0 0 1011101 1100100 1100 100 1100100 101100

Color Harmonies of #E01000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01000

Black with #E01000

Text Example


Text Example

White with #E01000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01000; }

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

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

background-color css

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

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

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

border-color css

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

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

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