Html Css Color HEX #E10111 Venetian Red

📋 copy color: '#E10111'

red 225 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #E10111

Tints of Venetian Red #E10111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7%

R = 92.59%
G = 0.41%
B = 7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E10111 (or 0xE10111) is known color: Venetian Red. HEX triplet: E1, 01 and 11. RGB value is (225,1,17). Sum of RGB (Red+Green+Blue) = 225+1+17=243 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.59% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 225 - color contains mainly: red. Hex color #E10111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10111 is #1EFEEE. Grayscale: #454545. Windows color (decimal): -2031343 or 1114593. OLE color: 1114593.

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

Color convert

RGB 225 1 17 -
CMYK 0 1.00 0.92 0.12
HSL 355.71º 0.99% 0.44% -
HSV(B) 355.71º 1% 0.88% -
XYZ 31.16 16.07 1.99 -
YUV 69.8 98.21 238.7 -
System Red Green Blue C M Y K H S L
Decimal 225 1 17 0 1.00 0.92 0.12 355.71 0.99 0.44
Hex E1 1 11 0 64 5C C 164 63 2C
Octal 341 1 21 0 144 134 14 544 143 54
Binary 11100001 1 10001 0 1100100 1011100 1100 101100100 1100011 101100

Color Harmonies of #E10111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10111

Black with #E10111

Text Example


Text Example

White with #E10111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10111; }

 p { color: rgb(225,1,17); }

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

background-color css

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

 a { background-color: rgb(225,1,17); }

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

border-color css

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

 span { border-color: rgb(225,1,17); }

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