#E30613

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

Shades of Venetian Red #E30613

Tints of Venetian Red #E30613

Color information

#E30613 (or 0xE30613) is unknown color: approx Venetian Red. HEX triplet: E3, 06 and 13. RGB value is (227,6,19). Sum of RGB (Red+Green+Blue) = 227+6+19=252 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.08% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 227 - color contains mainly: red. Hex color #E30613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30613 is #1CF9EC. Grayscale: #494949. Windows color (decimal): -1898989 or 1246947. OLE color: 1246947.

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

Color convert

RGB227619-
CMYK00.970.920.11
HSL356.47º94.85%45.69%-
HSV(B)356.47º97.36%89.02%-
XYZ31.8616.512.12-
YUV73.5697.22237.44-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 90.08%
GREEN value IS 6 (2.73% from 255) = 2.38%
BLUE value IS 19 (7.81% from 255) = 7.54%
R=90.08%
G=2.38%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22761900.970.920.11356.4794.8545.69
HexE36130615CB1645f2e
Octal34362301411341354413756
Binary111000111101001101100001101110010111011001001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30613; }

 p { color: rgb(227,6,19); }

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

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

 a { background-color: rgb(227,6,19); }

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

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

 span { border-color: rgb(227,6,19); }

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