Html Css Color HEX #E1090B Venetian Red

📋 copy color: '#E1090B'

red 225 ◦ green 9 ◦ blue 11

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

Shades of Venetian Red #E1090B

Tints of Venetian Red #E1090B

RGB

 RED value IS 225 (88.28% from 255) = 91.84%

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

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

R = 91.84%
G = 3.67%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1090B (or 0xE1090B) is known color: Venetian Red. HEX triplet: E1, 09 and 0B. RGB value is (225,9,11). Sum of RGB (Red+Green+Blue) = 225+9+11=245 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.84% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 225 - color contains mainly: red. Hex color #E1090B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1090B is #1EF6F4. Grayscale: #4A4A4A. Windows color (decimal): -2029301 or 723425. OLE color: 723425.

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

Color convert

RGB 225 9 11 -
CMYK 0 0.96 0.95 0.12
HSL 359.44º 0.92% 0.46% -
HSV(B) 359.44º 0.96% 0.88% -
XYZ 31.21 16.23 1.8 -
YUV 73.81 92.56 235.84 -
System Red Green Blue C M Y K H S L
Decimal 225 9 11 0 0.96 0.95 0.12 359.44 0.92 0.46
Hex E1 9 B 0 60 5F C 167 5C 2E
Octal 341 11 13 0 140 137 14 547 134 56
Binary 11100001 1001 1011 0 1100000 1011111 1100 101100111 1011100 101110

Color Harmonies of #E1090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1090B

Black with #E1090B

Text Example


Text Example

White with #E1090B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1090B; }

 p { color: rgb(225,9,11); }

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

background-color css

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

 a { background-color: rgb(225,9,11); }

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

border-color css

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

 span { border-color: rgb(225,9,11); }

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