Html Css Color HEX #E50101 Red

📋 copy color: '#E50101'

red 229 ◦ green 1 ◦ blue 1

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

Shades of Red #E50101

Tints of Red #E50101

RGB

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

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

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

R = 99.13%
G = 0.43%
B = 0.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E50101 (or 0xE50101) is known color: Red. HEX triplet: E5, 01 and 01. RGB value is (229,1,1). Sum of RGB (Red+Green+Blue) = 229+1+1=231 (30% of max value = 765). Red value is 229 (89.84% from 255 or 99.13% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 229 - color contains mainly: red. Hex color #E50101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50101 is #1AFEFE. Grayscale: #454545. Windows color (decimal): -1769215 or 66021. OLE color: 66021.

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

Color convert

RGB 229 1 1 -
CMYK 0 1.00 1.00 0.10
HSL 0.99% 0.45% -
HSV(B) 1% 0.9% -
XYZ 32.33 16.68 1.54 -
YUV 69.17 89.54 242 -
System Red Green Blue C M Y K H S L
Decimal 229 1 1 0 1.00 1.00 0.10 0 0.99 0.45
Hex E5 1 1 0 64 64 A 0 63 2D
Octal 345 1 1 0 144 144 12 0 143 55
Binary 11100101 1 1 0 1100100 1100100 1010 0 1100011 101101

Color Harmonies of #E50101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50101

Black with #E50101

Text Example


Text Example

White with #E50101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50101; }

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

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

background-color css

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

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

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

border-color css

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

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

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