Html Css Color HEX #E20911 Venetian Red

📋 copy color: '#E20911'

red 226 ◦ green 9 ◦ blue 17

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

Shades of Venetian Red #E20911

Tints of Venetian Red #E20911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.57%

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

R = 89.68%
G = 3.57%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E20911 (or 0xE20911) is known color: Venetian Red. HEX triplet: E2, 09 and 11. RGB value is (226,9,17). Sum of RGB (Red+Green+Blue) = 226+9+17=252 (33% of max value = 765). Red value is 226 (88.67% from 255 or 89.68% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 226 - color contains mainly: red. Hex color #E20911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20911 is #1DF6EE. Grayscale: #4A4A4A. Windows color (decimal): -1963759 or 1116642. OLE color: 1116642.

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

Color convert

RGB 226 9 17 -
CMYK 0 0.96 0.92 0.11
HSL 357.79º 0.92% 0.46% -
HSV(B) 357.79º 0.96% 0.89% -
XYZ 31.56 16.4 2.03 -
YUV 74.8 95.39 235.85 -
System Red Green Blue C M Y K H S L
Decimal 226 9 17 0 0.96 0.92 0.11 357.79 0.92 0.46
Hex E2 9 11 0 60 5C B 166 5C 2E
Octal 342 11 21 0 140 134 13 546 134 56
Binary 11100010 1001 10001 0 1100000 1011100 1011 101100110 1011100 101110

Color Harmonies of #E20911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20911

Black with #E20911

Text Example


Text Example

White with #E20911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20911; }

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

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

background-color css

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

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

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

border-color css

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

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

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