Html Css Color HEX #E20011 Venetian Red

📋 copy color: '#E20011'

red 226 ◦ green 0 ◦ blue 17

#E20011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #E20011

Tints of Venetian Red #E20011

RGB

 RED value IS 226 (88.67% from 255) = 93%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 17 (7.03% from 255) = 7%

R = 93%
G = 0%
B = 7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E20011 (or 0xE20011) is known color: Venetian Red. HEX triplet: E2, 00 and 11. RGB value is (226,0,17). Sum of RGB (Red+Green+Blue) = 226+0+17=243 (32% of max value = 765). Red value is 226 (88.67% from 255 or 93.00% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 226 - color contains mainly: red. Hex color #E20011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20011 is #1DFFEE. Grayscale: #454545. Windows color (decimal): -1966063 or 1114338. OLE color: 1114338.

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

Color convert

RGB 226 0 17 -
CMYK 0 1 0.92 0.11
HSL 355.49º 1% 0.44% -
HSV(B) 355.49º 1% 0.89% -
XYZ 31.47 16.21 2 -
YUV 69.51 98.37 239.62 -
System Red Green Blue C M Y K H S L
Decimal 226 0 17 0 1 0.92 0.11 355.49 1 0.44
Hex E2 0 11 0 64 5C B 163 64 2C
Octal 342 0 21 0 144 134 13 543 144 54
Binary 11100010 0 10001 0 1100100 1011100 1011 101100011 1100100 101100

Color Harmonies of #E20011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20011

Black with #E20011

Text Example


Text Example

White with #E20011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20011; }

 p { color: rgb(226,0,17); }

 H1.HeaderClassName
 {
   color: #E20011;
 }
 .AnyTagClassName
 {
   color: #E20011;
 }
</style>

background-color css

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

 a { background-color: rgb(226,0,17); }

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

border-color css

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

 span { border-color: rgb(226,0,17); }

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