#E8011C

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

Shades of Venetian Red #E8011C

Tints of Venetian Red #E8011C

Color information

#E8011C (or 0xE8011C) is unknown color: approx Venetian Red. HEX triplet: E8, 01 and 1C. RGB value is (232,1,28). Sum of RGB (Red+Green+Blue) = 232+1+28=261 (34% of max value = 765). Red value is 232 (91.02% from 255 or 88.89% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 232 - color contains mainly: red. Hex color #E8011C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8011C is #17FEE3. Grayscale: #494949. Windows color (decimal): -1572580 or 1835496. OLE color: 1835496.

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

Color convert

RGB232128-
CMYK01.000.880.09
HSL352.99º99.14%45.69%-
HSV(B)352.99º99.57%90.98%-
XYZ33.517.262.66-
YUV73.15102.53241.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 88.89%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 28 (11.33% from 255) = 10.73%
R=88.89%
G=0.38%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.88
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212801.000.880.09352.9999.1445.69
HexE811C064589161632e
Octal35013401441301154114356
Binary1110100011110001100100101100010011011000011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8011C; }

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

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

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

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

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

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

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

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