#e20214

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

Shades of Venetian Red #E20214

Tints of Venetian Red #E20214

Color information

#E20214 (or 0xE20214) is unknown color: approx Venetian Red. HEX triplet: E2, 02 and 14. RGB value is (226,2,20). Sum of RGB (Red+Green+Blue) = 226+2+20=248 (32% of max value = 765). Red value is 226 (88.67% from 255 or 91.13% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 226 - color contains mainly: red. Hex color #E20214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20214 is #1DFDEB. Grayscale: #474747. Windows color (decimal): -1965548 or 1311458. OLE color: 1311458.

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

Color convert

RGB226220-
CMYK00.990.910.11
HSL355.18º98.25%44.71%-
HSV(B)355.18º99.12%88.63%-
XYZ31.5116.262.14-
YUV71.0399.21238.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 91.13%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 20 (8.20% from 255) = 8.06%
R=91.13%
G=0.81%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622000.990.910.11355.1898.2544.71
HexE22140635BB163622d
Octal34222401431331354314255
Binary11100010101010001100011101101110111011000111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e20214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e20214; }

 p { color: rgb(226,2,20); }

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

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

 a { background-color: rgb(226,2,20); }

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

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

 span { border-color: rgb(226,2,20); }

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