Html Css Color HEX #E50401 Red

📋 copy color: '#E50401'

red 229 ◦ green 4 ◦ blue 1

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

Shades of Red #E50401

Tints of Red #E50401

RGB

 RED value IS 229 (89.84% from 255) = 97.86%

 GREEN value IS 4 (1.95% from 255) = 1.71%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 97.86%
G = 1.71%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E50401 (or 0xE50401) is known color: Red. HEX triplet: E5, 04 and 01. RGB value is (229,4,1). Sum of RGB (Red+Green+Blue) = 229+4+1=234 (30% of max value = 765). Red value is 229 (89.84% from 255 or 97.86% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 229 - color contains mainly: red. Hex color #E50401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50401 is #1AFBFE. Grayscale: #474747. Windows color (decimal): -1768447 or 66789. OLE color: 66789.

HSL color Cylindrical-coordinate representation of color #E50401: hue angle of 0.79º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50401 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 4 1 -
CMYK 0 0.98 1.00 0.10
HSL 0.79º 0.99% 0.45% -
HSV(B) 0.79º 1% 0.9% -
XYZ 32.36 16.75 1.56 -
YUV 70.93 88.54 240.74 -
System Red Green Blue C M Y K H S L
Decimal 229 4 1 0 0.98 1.00 0.10 0.79 0.99 0.45
Hex E5 4 1 0 62 64 A 1 63 2D
Octal 345 4 1 0 142 144 12 1 143 55
Binary 11100101 100 1 0 1100010 1100100 1010 1 1100011 101101

Color Harmonies of #E50401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50401

Black with #E50401

Text Example


Text Example

White with #E50401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50401; }

 p { color: rgb(229,4,1); }

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

background-color css

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

 a { background-color: rgb(229,4,1); }

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

border-color css

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

 span { border-color: rgb(229,4,1); }

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