Html Css Color HEX #E10112 Venetian Red

📋 copy color: '#E10112'

red 225 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #E10112

Tints of Venetian Red #E10112

RGB

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

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

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

R = 92.21%
G = 0.41%
B = 7.38%

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

#E10112 (or 0xE10112) is known color: Venetian Red. HEX triplet: E1, 01 and 12. RGB value is (225,1,18). Sum of RGB (Red+Green+Blue) = 225+1+18=244 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.21% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 225 - color contains mainly: red. Hex color #E10112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10112 is #1EFEED. Grayscale: #464646. Windows color (decimal): -2031342 or 1180129. OLE color: 1180129.

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

Color convert

RGB 225 1 18 -
CMYK 0 1.00 0.92 0.12
HSL 355.45º 0.99% 0.44% -
HSV(B) 355.45º 1% 0.88% -
XYZ 31.17 16.07 2.03 -
YUV 69.91 98.71 238.62 -
System Red Green Blue C M Y K H S L
Decimal 225 1 18 0 1.00 0.92 0.12 355.45 0.99 0.44
Hex E1 1 12 0 64 5C C 163 63 2C
Octal 341 1 22 0 144 134 14 543 143 54
Binary 11100001 1 10010 0 1100100 1011100 1100 101100011 1100011 101100

Color Harmonies of #E10112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10112

Black with #E10112

Text Example


Text Example

White with #E10112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10112; }

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

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

background-color css

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

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

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

border-color css

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

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

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