Html Css Color HEX #E10011 Venetian Red

📋 copy color: '#E10011'

red 225 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #E10011

Tints of Venetian Red #E10011

RGB

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

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

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

R = 92.98%
G = 0%
B = 7.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E10011 (or 0xE10011) is known color: Venetian Red. HEX triplet: E1, 00 and 11. RGB value is (225,0,17). Sum of RGB (Red+Green+Blue) = 225+0+17=242 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.98% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 225 - color contains mainly: red. Hex color #E10011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10011 is #1EFFEE. Grayscale: #454545. Windows color (decimal): -2031599 or 1114337. OLE color: 1114337.

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

Color convert

RGB 225 0 17 -
CMYK 0 1 0.92 0.12
HSL 355.47º 1% 0.44% -
HSV(B) 355.47º 1% 0.88% -
XYZ 31.15 16.05 1.99 -
YUV 69.21 98.54 239.12 -
System Red Green Blue C M Y K H S L
Decimal 225 0 17 0 1 0.92 0.12 355.47 1 0.44
Hex E1 0 11 0 64 5C C 163 64 2C
Octal 341 0 21 0 144 134 14 543 144 54
Binary 11100001 0 10001 0 1100100 1011100 1100 101100011 1100100 101100

Color Harmonies of #E10011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10011

Black with #E10011

Text Example


Text Example

White with #E10011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10011; }

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

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

background-color css

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

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

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

border-color css

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

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

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