#E20509

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

Shades of Venetian Red #E20509

Tints of Venetian Red #E20509

Color information

#E20509 (or 0xE20509) is unknown color: approx Venetian Red. HEX triplet: E2, 05 and 09. RGB value is (226,5,9). Sum of RGB (Red+Green+Blue) = 226+5+9=240 (31% of max value = 765). Red value is 226 (88.67% from 255 or 94.17% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 226 - color contains mainly: red. Hex color #E20509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20509 is #1DFAF6. Grayscale: #474747. Windows color (decimal): -1964791 or 591330. OLE color: 591330.

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

Color convert

RGB22659-
CMYK00.980.960.11
HSL358.91º95.67%45.29%-
HSV(B)358.91º97.79%88.63%-
XYZ31.4716.31.75-
YUV71.5492.72238.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 94.17%
GREEN value IS 5 (2.34% from 255) = 2.08%
BLUE value IS 9 (3.91% from 255) = 3.75%
R=94.17%
G=2.08%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265900.980.960.11358.9195.6745.29
HexE25906260B167602d
Octal34251101421401354714055
Binary11100010101100101100010110000010111011001111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20509; }

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

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

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

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

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

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

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

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