Html Css Color HEX #E2011B Venetian Red

📋 copy color: '#E2011B'

red 226 ◦ green 1 ◦ blue 27

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

Shades of Venetian Red #E2011B

Tints of Venetian Red #E2011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 88.98%
G = 0.39%
B = 10.63%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2011B (or 0xE2011B) is known color: Venetian Red. HEX triplet: E2, 01 and 1B. RGB value is (226,1,27). Sum of RGB (Red+Green+Blue) = 226+1+27=254 (33% of max value = 765). Red value is 226 (88.67% from 255 or 88.98% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 226 - color contains mainly: red. Hex color #E2011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2011B is #1DFEE4. Grayscale: #474747. Windows color (decimal): -1965797 or 1769954. OLE color: 1769954.

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

Color convert

RGB 226 1 27 -
CMYK 0 1.00 0.88 0.11
HSL 353.07º 0.99% 0.45% -
HSV(B) 353.07º 1% 0.89% -
XYZ 31.57 16.27 2.51 -
YUV 71.24 103.04 238.39 -
System Red Green Blue C M Y K H S L
Decimal 226 1 27 0 1.00 0.88 0.11 353.07 0.99 0.45
Hex E2 1 1B 0 64 58 B 161 63 2D
Octal 342 1 33 0 144 130 13 541 143 55
Binary 11100010 1 11011 0 1100100 1011000 1011 101100001 1100011 101101

Color Harmonies of #E2011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2011B

Black with #E2011B

Text Example


Text Example

White with #E2011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2011B; }

 p { color: rgb(226,1,27); }

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

background-color css

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

 a { background-color: rgb(226,1,27); }

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

border-color css

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

 span { border-color: rgb(226,1,27); }

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