Html Css Color HEX #E00111 Venetian Red

📋 copy color: '#E00111'

red 224 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #E00111

Tints of Venetian Red #E00111

RGB

 RED value IS 224 (87.89% from 255) = 92.56%

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

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

R = 92.56%
G = 0.41%
B = 7.02%

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

#E00111 (or 0xE00111) is known color: Venetian Red. HEX triplet: E0, 01 and 11. RGB value is (224,1,17). Sum of RGB (Red+Green+Blue) = 224+1+17=242 (32% of max value = 765). Red value is 224 (87.89% from 255 or 92.56% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 224 - color contains mainly: red. Hex color #E00111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00111 is #1FFEEE. Grayscale: #454545. Windows color (decimal): -2096879 or 1114592. OLE color: 1114592.

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

Color convert

RGB 224 1 17 -
CMYK 0 1.00 0.92 0.12
HSL 355.7º 0.99% 0.44% -
HSV(B) 355.7º 1% 0.88% -
XYZ 30.85 15.91 1.98 -
YUV 69.5 98.38 238.2 -
System Red Green Blue C M Y K H S L
Decimal 224 1 17 0 1.00 0.92 0.12 355.7 0.99 0.44
Hex E0 1 11 0 64 5C C 164 63 2C
Octal 340 1 21 0 144 134 14 544 143 54
Binary 11100000 1 10001 0 1100100 1011100 1100 101100100 1100011 101100

Color Harmonies of #E00111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00111

Black with #E00111

Text Example


Text Example

White with #E00111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00111; }

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

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

background-color css

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

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

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

border-color css

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

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

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