#E30020

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

Shades of Venetian Red #E30020

Tints of Venetian Red #E30020

Color information

#E30020 (or 0xE30020) is unknown color: approx Venetian Red. HEX triplet: E3, 00 and 20. RGB value is (227,0,32). Sum of RGB (Red+Green+Blue) = 227+0+32=259 (34% of max value = 765). Red value is 227 (89.06% from 255 or 87.64% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 227 - color contains mainly: red. Hex color #E30020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30020 is #1CFFDF. Grayscale: #474747. Windows color (decimal): -1900512 or 2097379. OLE color: 2097379.

HSL color Cylindrical-coordinate representation of color #E30020: hue angle of 351.54º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E30020 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB227032-
CMYK010.860.11
HSL351.54º100%44.51%-
HSV(B)351.54º100%89.02%-
XYZ31.9416.442.86-
YUV71.52105.71238.9-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 87.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 32 (12.89% from 255) = 12.36%
R=87.64%
G=0%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227032010.860.11351.5410044.51
HexE302006456B160642d
Octal34304001441261354014455
Binary11100011010000001100100101011010111011000001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30020; }

 p { color: rgb(227,0,32); }

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

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

 a { background-color: rgb(227,0,32); }

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

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

 span { border-color: rgb(227,0,32); }

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