Html Css Color HEX #E20400 Red

📋 copy color: '#E20400'

red 226 ◦ green 4 ◦ blue 0

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

Shades of Red #E20400

Tints of Red #E20400

RGB

 RED value IS 226 (88.67% from 255) = 98.26%

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

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

R = 98.26%
G = 1.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E20400 (or 0xE20400) is known color: Red. HEX triplet: E2, 04 and 00. RGB value is (226,4,0). Sum of RGB (Red+Green+Blue) = 226+4+0=230 (30% of max value = 765). Red value is 226 (88.67% from 255 or 98.26% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 226 - color contains mainly: red. Hex color #E20400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20400 is #1DFBFF. Grayscale: #464646. Windows color (decimal): -1965056 or 1250. OLE color: 1250.

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

Color convert

RGB 226 4 0 -
CMYK 0 0.98 1 0.11
HSL 1.06º 1% 0.44% -
HSV(B) 1.06º 1% 0.89% -
XYZ 31.41 16.26 1.48 -
YUV 69.92 88.55 239.33 -
System Red Green Blue C M Y K H S L
Decimal 226 4 0 0 0.98 1 0.11 1.06 1 0.44
Hex E2 4 0 0 62 64 B 1 64 2C
Octal 342 4 0 0 142 144 13 1 144 54
Binary 11100010 100 0 0 1100010 1100100 1011 1 1100100 101100

Color Harmonies of #E20400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20400

Black with #E20400

Text Example


Text Example

White with #E20400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20400; }

 p { color: rgb(226,4,0); }

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

background-color css

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

 a { background-color: rgb(226,4,0); }

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

border-color css

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

 span { border-color: rgb(226,4,0); }

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