#E3020C

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

Shades of Venetian Red #E3020C

Tints of Venetian Red #E3020C

Color information

#E3020C (or 0xE3020C) is unknown color: approx Venetian Red. HEX triplet: E3, 02 and 0C. RGB value is (227,2,12). Sum of RGB (Red+Green+Blue) = 227+2+12=241 (31% of max value = 765). Red value is 227 (89.06% from 255 or 94.19% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 227 - color contains mainly: red. Hex color #E3020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3020C is #1CFDF3. Grayscale: #464646. Windows color (decimal): -1900020 or 787171. OLE color: 787171.

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

Color convert

RGB227212-
CMYK00.990.950.11
HSL357.33º98.25%44.9%-
HSV(B)357.33º99.12%89.02%-
XYZ31.7716.41.84-
YUV70.4195.04239.69-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 94.19%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 12 (5.08% from 255) = 4.98%
R=94.19%
G=0.83%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.95
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721200.990.950.11357.3398.2544.9
HexE32C0635FB165622d
Octal34321401431371354514255
Binary1110001110110001100011101111110111011001011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3020C; }

 p { color: rgb(227,2,12); }

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

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

 a { background-color: rgb(227,2,12); }

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

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

 span { border-color: rgb(227,2,12); }

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