Html Css Color HEX #E00112 Venetian Red

📋 copy color: '#E00112'

red 224 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #E00112

Tints of Venetian Red #E00112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.41%

R = 92.18%
G = 0.41%
B = 7.41%

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

#E00112 (or 0xE00112) is known color: Venetian Red. HEX triplet: E0, 01 and 12. RGB value is (224,1,18). Sum of RGB (Red+Green+Blue) = 224+1+18=243 (32% of max value = 765). Red value is 224 (87.89% from 255 or 92.18% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 224 - color contains mainly: red. Hex color #E00112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00112 is #1FFEED. Grayscale: #454545. Windows color (decimal): -2096878 or 1180128. OLE color: 1180128.

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

Color convert

RGB 224 1 18 -
CMYK 0 1.00 0.92 0.12
HSL 355.43º 0.99% 0.44% -
HSV(B) 355.43º 1% 0.88% -
XYZ 30.86 15.91 2.02 -
YUV 69.62 98.88 238.12 -
System Red Green Blue C M Y K H S L
Decimal 224 1 18 0 1.00 0.92 0.12 355.43 0.99 0.44
Hex E0 1 12 0 64 5C C 163 63 2C
Octal 340 1 22 0 144 134 14 543 143 54
Binary 11100000 1 10010 0 1100100 1011100 1100 101100011 1100011 101100

Color Harmonies of #E00112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00112

Black with #E00112

Text Example


Text Example

White with #E00112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00112; }

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

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

background-color css

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

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

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

border-color css

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

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

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