Html Css Color HEX #E50201 Red

📋 copy color: '#E50201'

red 229 ◦ green 2 ◦ blue 1

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

Shades of Red #E50201

Tints of Red #E50201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 98.71%
G = 0.86%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E50201 (or 0xE50201) is known color: Red. HEX triplet: E5, 02 and 01. RGB value is (229,2,1). Sum of RGB (Red+Green+Blue) = 229+2+1=232 (30% of max value = 765). Red value is 229 (89.84% from 255 or 98.71% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 229 - color contains mainly: red. Hex color #E50201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50201 is #1AFDFE. Grayscale: #454545. Windows color (decimal): -1768959 or 66277. OLE color: 66277.

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

Color convert

RGB 229 2 1 -
CMYK 0 0.99 1.00 0.10
HSL 0.26º 0.99% 0.45% -
HSV(B) 0.26º 1% 0.9% -
XYZ 32.34 16.7 1.55 -
YUV 69.76 89.21 241.58 -
System Red Green Blue C M Y K H S L
Decimal 229 2 1 0 0.99 1.00 0.10 0.26 0.99 0.45
Hex E5 2 1 0 63 64 A 0 63 2D
Octal 345 2 1 0 143 144 12 0 143 55
Binary 11100101 10 1 0 1100011 1100100 1010 0 1100011 101101

Color Harmonies of #E50201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50201

Black with #E50201

Text Example


Text Example

White with #E50201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50201; }

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

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

background-color css

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

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

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

border-color css

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

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

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