#E90117

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

Shades of Venetian Red #E90117

Tints of Venetian Red #E90117

Color information

#E90117 (or 0xE90117) is unknown color: approx Venetian Red. HEX triplet: E9, 01 and 17. RGB value is (233,1,23). Sum of RGB (Red+Green+Blue) = 233+1+23=257 (34% of max value = 765). Red value is 233 (91.41% from 255 or 90.66% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 233 - color contains mainly: red. Hex color #E90117 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90117 is #16FEE8. Grayscale: #494949. Windows color (decimal): -1507049 or 1507817. OLE color: 1507817.

HSL color Cylindrical-coordinate representation of color #E90117: hue angle of 354.31º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90117 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB233123-
CMYK01.000.900.09
HSL354.31º99.15%45.88%-
HSV(B)354.31º99.57%91.37%-
XYZ33.7717.412.39-
YUV72.8899.86242.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 90.66%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 23 (9.38% from 255) = 8.95%
R=90.66%
G=0.39%
B=8.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.90
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312301.000.900.09354.3199.1545.88
HexE91170645A9162632e
Octal35112701441321154214356
Binary1110100111011101100100101101010011011000101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90117; }

 p { color: rgb(233,1,23); }

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

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

 a { background-color: rgb(233,1,23); }

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

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

 span { border-color: rgb(233,1,23); }

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