Html Css Color HEX #E2010B Venetian Red

📋 copy color: '#E2010B'

red 226 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #E2010B

Tints of Venetian Red #E2010B

RGB

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

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

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

R = 94.96%
G = 0.42%
B = 4.62%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2010B (or 0xE2010B) is known color: Venetian Red. HEX triplet: E2, 01 and 0B. RGB value is (226,1,11). Sum of RGB (Red+Green+Blue) = 226+1+11=238 (31% of max value = 765). Red value is 226 (88.67% from 255 or 94.96% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 226 - color contains mainly: red. Hex color #E2010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2010B is #1DFEF4. Grayscale: #454545. Windows color (decimal): -1965813 or 721378. OLE color: 721378.

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

Color convert

RGB 226 1 11 -
CMYK 0 1.00 0.95 0.11
HSL 357.33º 0.99% 0.45% -
HSV(B) 357.33º 1% 0.89% -
XYZ 31.44 16.21 1.79 -
YUV 69.42 95.04 239.69 -
System Red Green Blue C M Y K H S L
Decimal 226 1 11 0 1.00 0.95 0.11 357.33 0.99 0.45
Hex E2 1 B 0 64 5F B 165 63 2D
Octal 342 1 13 0 144 137 13 545 143 55
Binary 11100010 1 1011 0 1100100 1011111 1011 101100101 1100011 101101

Color Harmonies of #E2010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2010B

Black with #E2010B

Text Example


Text Example

White with #E2010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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