Html Css Color HEX #E10116 Venetian Red

📋 copy color: '#E10116'

red 225 ◦ green 1 ◦ blue 22

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

Shades of Venetian Red #E10116

Tints of Venetian Red #E10116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 90.73%
G = 0.4%
B = 8.87%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E10116 (or 0xE10116) is known color: Venetian Red. HEX triplet: E1, 01 and 16. RGB value is (225,1,22). Sum of RGB (Red+Green+Blue) = 225+1+22=248 (32% of max value = 765). Red value is 225 (88.28% from 255 or 90.73% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 225 - color contains mainly: red. Hex color #E10116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10116 is #1EFEE9. Grayscale: #464646. Windows color (decimal): -2031338 or 1442273. OLE color: 1442273.

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

Color convert

RGB 225 1 22 -
CMYK 0 1.00 0.90 0.12
HSL 354.38º 0.99% 0.44% -
HSV(B) 354.38º 1% 0.88% -
XYZ 31.21 16.09 2.22 -
YUV 70.37 100.71 238.29 -
System Red Green Blue C M Y K H S L
Decimal 225 1 22 0 1.00 0.90 0.12 354.38 0.99 0.44
Hex E1 1 16 0 64 5A C 162 63 2C
Octal 341 1 26 0 144 132 14 542 143 54
Binary 11100001 1 10110 0 1100100 1011010 1100 101100010 1100011 101100

Color Harmonies of #E10116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10116

Black with #E10116

Text Example


Text Example

White with #E10116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10116; }

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

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

background-color css

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

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

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

border-color css

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

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

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