#E1021C

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

Shades of Venetian Red #E1021C

Tints of Venetian Red #E1021C

Color information

#E1021C (or 0xE1021C) is unknown color: approx Venetian Red. HEX triplet: E1, 02 and 1C. RGB value is (225,2,28). Sum of RGB (Red+Green+Blue) = 225+2+28=255 (33% of max value = 765). Red value is 225 (88.28% from 255 or 88.24% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 225 - color contains mainly: red. Hex color #E1021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1021C is #1EFDE3. Grayscale: #474747. Windows color (decimal): -2031076 or 1835745. OLE color: 1835745.

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

Color convert

RGB225228-
CMYK00.990.880.12
HSL353º98.24%44.51%-
HSV(B)353º99.11%88.24%-
XYZ31.2816.132.56-
YUV71.64103.38237.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 88.24%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 28 (11.33% from 255) = 10.98%
R=88.24%
G=0.78%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522800.990.880.1235398.2444.51
HexE121C06358C161622d
Octal34123401431301454114255
Binary11100001101110001100011101100011001011000011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1021C; }

 p { color: rgb(225,2,28); }

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

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

 a { background-color: rgb(225,2,28); }

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

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

 span { border-color: rgb(225,2,28); }

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