Html Css Color HEX #E40100 Red

📋 copy color: '#E40100'

red 228 ◦ green 1 ◦ blue 0

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

Shades of Red #E40100

Tints of Red #E40100

RGB

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

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

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

R = 99.56%
G = 0.44%
B = 0%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E40100 (or 0xE40100) is known color: Red. HEX triplet: E4, 01 and 00. RGB value is (228,1,0). Sum of RGB (Red+Green+Blue) = 228+1+0=229 (30% of max value = 765). Red value is 228 (89.45% from 255 or 99.56% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 228 - color contains mainly: red. Hex color #E40100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40100 is #1BFEFF. Grayscale: #444444. Windows color (decimal): -1834752 or 484. OLE color: 484.

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

Color convert

RGB 228 1 0 -
CMYK 0 1.00 1 0.11
HSL 0.26º 1% 0.45% -
HSV(B) 0.26º 1% 0.89% -
XYZ 32.01 16.52 1.5 -
YUV 68.76 89.21 241.58 -
System Red Green Blue C M Y K H S L
Decimal 228 1 0 0 1.00 1 0.11 0.26 1 0.45
Hex E4 1 0 0 64 64 B 0 64 2D
Octal 344 1 0 0 144 144 13 0 144 55
Binary 11100100 1 0 0 1100100 1100100 1011 0 1100100 101101

Color Harmonies of #E40100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40100

Black with #E40100

Text Example


Text Example

White with #E40100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40100; }

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

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

background-color css

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

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

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

border-color css

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

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

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