Html Css Color HEX #E40201 Red

📋 copy color: '#E40201'

red 228 ◦ green 2 ◦ blue 1

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

Shades of Red #E40201

Tints of Red #E40201

RGB

 RED value IS 228 (89.45% from 255) = 98.7%

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

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

R = 98.7%
G = 0.87%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E40201 (or 0xE40201) is known color: Red. HEX triplet: E4, 02 and 01. RGB value is (228,2,1). Sum of RGB (Red+Green+Blue) = 228+2+1=231 (30% of max value = 765). Red value is 228 (89.45% from 255 or 98.70% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 228 - color contains mainly: red. Hex color #E40201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40201 is #1BFDFE. Grayscale: #454545. Windows color (decimal): -1834495 or 66276. OLE color: 66276.

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

Color convert

RGB 228 2 1 -
CMYK 0 0.99 1.00 0.11
HSL 0.26º 0.99% 0.45% -
HSV(B) 0.26º 1% 0.89% -
XYZ 32.02 16.54 1.53 -
YUV 69.46 89.37 241.08 -
System Red Green Blue C M Y K H S L
Decimal 228 2 1 0 0.99 1.00 0.11 0.26 0.99 0.45
Hex E4 2 1 0 63 64 B 0 63 2D
Octal 344 2 1 0 143 144 13 0 143 55
Binary 11100100 10 1 0 1100011 1100100 1011 0 1100011 101101

Color Harmonies of #E40201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40201

Black with #E40201

Text Example


Text Example

White with #E40201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40201; }

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

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

background-color css

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

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

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

border-color css

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

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

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