Html Css Color HEX #E20500 Red

📋 copy color: '#E20500'

red 226 ◦ green 5 ◦ blue 0

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

Shades of Red #E20500

Tints of Red #E20500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 97.84%
G = 2.16%
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

#E20500 (or 0xE20500) is known color: Red. HEX triplet: E2, 05 and 00. RGB value is (226,5,0). Sum of RGB (Red+Green+Blue) = 226+5+0=231 (30% of max value = 765). Red value is 226 (88.67% from 255 or 97.84% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 226 - color contains mainly: red. Hex color #E20500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20500 is #1DFAFF. Grayscale: #464646. Windows color (decimal): -1964800 or 1506. OLE color: 1506.

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

Color convert

RGB 226 5 0 -
CMYK 0 0.98 1 0.11
HSL 1.33º 1% 0.44% -
HSV(B) 1.33º 1% 0.89% -
XYZ 31.42 16.28 1.49 -
YUV 70.51 88.22 238.91 -
System Red Green Blue C M Y K H S L
Decimal 226 5 0 0 0.98 1 0.11 1.33 1 0.44
Hex E2 5 0 0 62 64 B 1 64 2C
Octal 342 5 0 0 142 144 13 1 144 54
Binary 11100010 101 0 0 1100010 1100100 1011 1 1100100 101100

Color Harmonies of #E20500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20500

Black with #E20500

Text Example


Text Example

White with #E20500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20500; }

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

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

background-color css

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

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

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

border-color css

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

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

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