#E20805

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

Shades of Red #E20805

Tints of Red #E20805

Color information

#E20805 (or 0xE20805) is unknown color: approx Red. HEX triplet: E2, 08 and 05. RGB value is (226,8,5). Sum of RGB (Red+Green+Blue) = 226+8+5=239 (31% of max value = 765). Red value is 226 (88.67% from 255 or 94.56% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 226 - color contains mainly: red. Hex color #E20805 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20805 is #1DF7FA. Grayscale: #494949. Windows color (decimal): -1964027 or 329954. OLE color: 329954.

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

Color convert

RGB22685-
CMYK00.960.980.11
HSL0.81º95.67%45.29%-
HSV(B)0.81º97.79%88.63%-
XYZ31.4816.351.64-
YUV72.8489.72237.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 94.56%
GREEN value IS 8 (3.52% from 255) = 3.35%
BLUE value IS 5 (2.34% from 255) = 2.09%
R=94.56%
G=3.35%
B=2.09%

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
Decimal2268500.960.980.110.8195.6745.29
HexE28506062B1602d
Octal342105014014213114055
Binary111000101000101011000001100010101111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20805; }

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

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

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

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

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

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

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

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