#e20605

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

Shades of Red #E20605

Tints of Red #E20605

Color information

#E20605 (or 0xE20605) is unknown color: approx Red. HEX triplet: E2, 06 and 05. RGB value is (226,6,5). Sum of RGB (Red+Green+Blue) = 226+6+5=237 (31% of max value = 765). Red value is 226 (88.67% from 255 or 95.36% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 226 - color contains mainly: red. Hex color #E20605 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20605 is #1DF9FA. Grayscale: #474747. Windows color (decimal): -1964539 or 329442. OLE color: 329442.

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

Color convert

RGB22665-
CMYK00.970.980.11
HSL0.27º95.67%45.29%-
HSV(B)0.27º97.79%88.63%-
XYZ31.4616.311.63-
YUV71.6790.39238.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 95.36%
GREEN value IS 6 (2.73% from 255) = 2.53%
BLUE value IS 5 (2.34% from 255) = 2.11%
R=95.36%
G=2.53%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2266500.970.980.110.2795.6745.29
HexE26506162B0602d
Octal34265014114213014055
Binary11100010110101011000011100010101101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e20605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e20605; }

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

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

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

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

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

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

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

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