#E8011A

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

Shades of Venetian Red #E8011A

Tints of Venetian Red #E8011A

Color information

#E8011A (or 0xE8011A) is unknown color: approx Venetian Red. HEX triplet: E8, 01 and 1A. RGB value is (232,1,26). Sum of RGB (Red+Green+Blue) = 232+1+26=259 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.58% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 232 - color contains mainly: red. Hex color #E8011A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8011A is #17FEE5. Grayscale: #494949. Windows color (decimal): -1572582 or 1704424. OLE color: 1704424.

HSL color Cylindrical-coordinate representation of color #E8011A: hue angle of 353.51º 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 #E8011A is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB232126-
CMYK01.000.890.09
HSL353.51º99.14%45.69%-
HSV(B)353.51º99.57%90.98%-
XYZ33.4817.252.54-
YUV72.92101.53241.47-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 89.58%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 26 (10.55% from 255) = 10.04%
R=89.58%
G=0.39%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.89
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212601.000.890.09353.5199.1445.69
HexE811A064599162632e
Octal35013201441311154214356
Binary1110100011101001100100101100110011011000101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8011A; }

 p { color: rgb(232,1,26); }

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

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

 a { background-color: rgb(232,1,26); }

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

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

 span { border-color: rgb(232,1,26); }

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