Html Css Color HEX #E2080B Venetian Red

📋 copy color: '#E2080B'

red 226 ◦ green 8 ◦ blue 11

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

Shades of Venetian Red #E2080B

Tints of Venetian Red #E2080B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.27%

 BLUE value IS 11 (4.69% from 255) = 4.49%

R = 92.24%
G = 3.27%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2080B (or 0xE2080B) is known color: Venetian Red. HEX triplet: E2, 08 and 0B. RGB value is (226,8,11). Sum of RGB (Red+Green+Blue) = 226+8+11=245 (32% of max value = 765). Red value is 226 (88.67% from 255 or 92.24% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 226 - color contains mainly: red. Hex color #E2080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2080B is #1DF7F4. Grayscale: #494949. Windows color (decimal): -1964021 or 723170. OLE color: 723170.

HSL color Cylindrical-coordinate representation of color #E2080B: hue angle of 359.17º degrees, saturation: 0.93, 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 #E2080B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 8 11 -
CMYK 0 0.96 0.95 0.11
HSL 359.17º 0.93% 0.46% -
HSV(B) 359.17º 0.96% 0.89% -
XYZ 31.51 16.37 1.81 -
YUV 73.52 92.72 236.76 -
System Red Green Blue C M Y K H S L
Decimal 226 8 11 0 0.96 0.95 0.11 359.17 0.93 0.46
Hex E2 8 B 0 60 5F B 167 5D 2E
Octal 342 10 13 0 140 137 13 547 135 56
Binary 11100010 1000 1011 0 1100000 1011111 1011 101100111 1011101 101110

Color Harmonies of #E2080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2080B

Black with #E2080B

Text Example


Text Example

White with #E2080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2080B; }

 p { color: rgb(226,8,11); }

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

background-color css

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

 a { background-color: rgb(226,8,11); }

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

border-color css

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

 span { border-color: rgb(226,8,11); }

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