#E20A05

Color #E20A05 Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red #E20A05

Tints of Red #E20A05

Color information

#E20A05 (or 0xE20A05) is unknown color: approx Red. HEX triplet: E2, 0A and 05. RGB value is (226,10,5). Sum of RGB (Red+Green+Blue) = 226+10+5=241 (31% of max value = 765). Red value is 226 (88.67% from 255 or 93.78% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20A05 is #1DF5FA. Grayscale: #4A4A4A. Windows color (decimal): -1963515 or 330466. OLE color: 330466.

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

Color convert

RGB226105-
CMYK00.960.980.11
HSL1.36º95.67%45.29%-
HSV(B)1.36º97.79%88.63%-
XYZ31.516.41.65-
YUV74.0189.06236.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 93.78%
GREEN value IS 10 (4.30% from 255) = 4.15%
BLUE value IS 5 (2.34% from 255) = 2.07%
R=93.78%
G=4.15%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610500.960.980.111.3695.6745.29
HexE2A506062B1602d
Octal342125014014213114055
Binary111000101010101011000001100010101111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20A05; }

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

 H1.HeaderClassName
 {
   color: #E20A05;
 }
 .AnyTagClassName
 {
   color: #E20A05;
 }
</style>
background-color css

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

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

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

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

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

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