Html Css Color HEX #E2000B Venetian Red

📋 copy color: '#E2000B'

red 226 ◦ green 0 ◦ blue 11

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

Shades of Venetian Red #E2000B

Tints of Venetian Red #E2000B

RGB

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

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

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

R = 95.36%
G = 0%
B = 4.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2000B (or 0xE2000B) is known color: Venetian Red. HEX triplet: E2, 00 and 0B. RGB value is (226,0,11). Sum of RGB (Red+Green+Blue) = 226+0+11=237 (31% of max value = 765). Red value is 226 (88.67% from 255 or 95.36% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 226 - color contains mainly: red. Hex color #E2000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2000B is #1DFFF4. Grayscale: #454545. Windows color (decimal): -1966069 or 721122. OLE color: 721122.

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

Color convert

RGB 226 0 11 -
CMYK 0 1 0.95 0.11
HSL 357.08º 1% 0.44% -
HSV(B) 357.08º 1% 0.89% -
XYZ 31.42 16.19 1.79 -
YUV 68.83 95.37 240.11 -
System Red Green Blue C M Y K H S L
Decimal 226 0 11 0 1 0.95 0.11 357.08 1 0.44
Hex E2 0 B 0 64 5F B 165 64 2C
Octal 342 0 13 0 144 137 13 545 144 54
Binary 11100010 0 1011 0 1100100 1011111 1011 101100101 1100100 101100

Color Harmonies of #E2000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2000B

Black with #E2000B

Text Example


Text Example

White with #E2000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2000B; }

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

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

background-color css

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

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

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

border-color css

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

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

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