#E30021

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

Shades of Venetian Red #E30021

Tints of Venetian Red #E30021

Color information

#E30021 (or 0xE30021) is unknown color: approx Venetian Red. HEX triplet: E3, 00 and 21. RGB value is (227,0,33). Sum of RGB (Red+Green+Blue) = 227+0+33=260 (34% of max value = 765). Red value is 227 (89.06% from 255 or 87.31% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 227 - color contains mainly: red. Hex color #E30021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30021 is #1CFFDE. Grayscale: #474747. Windows color (decimal): -1900511 or 2162915. OLE color: 2162915.

HSL color Cylindrical-coordinate representation of color #E30021: hue angle of 351.28º 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 #E30021 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB227033-
CMYK010.850.11
HSL351.28º100%44.51%-
HSV(B)351.28º100%89.02%-
XYZ31.9516.442.93-
YUV71.63106.21238.82-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 87.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 12.69%
R=87.31%
G=0%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227033010.850.11351.2810044.51
HexE302106455B15f642d
Octal34304101441251353714455
Binary11100011010000101100100101010110111010111111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30021; }

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

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

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

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

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

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

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

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