Html Css Color HEX #E10118 Venetian Red

📋 copy color: '#E10118'

red 225 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #E10118

Tints of Venetian Red #E10118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.6%

R = 90%
G = 0.4%
B = 9.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E10118 (or 0xE10118) is known color: Venetian Red. HEX triplet: E1, 01 and 18. RGB value is (225,1,24). Sum of RGB (Red+Green+Blue) = 225+1+24=250 (33% of max value = 765). Red value is 225 (88.28% from 255 or 90% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 225 - color contains mainly: red. Hex color #E10118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10118 is #1EFEE7. Grayscale: #464646. Windows color (decimal): -2031336 or 1573345. OLE color: 1573345.

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

Color convert

RGB 225 1 24 -
CMYK 0 1.00 0.89 0.12
HSL 353.84º 0.99% 0.44% -
HSV(B) 353.84º 1% 0.88% -
XYZ 31.23 16.1 2.32 -
YUV 70.6 101.71 238.13 -
System Red Green Blue C M Y K H S L
Decimal 225 1 24 0 1.00 0.89 0.12 353.84 0.99 0.44
Hex E1 1 18 0 64 59 C 162 63 2C
Octal 341 1 30 0 144 131 14 542 143 54
Binary 11100001 1 11000 0 1100100 1011001 1100 101100010 1100011 101100

Color Harmonies of #E10118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10118

Black with #E10118

Text Example


Text Example

White with #E10118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10118; }

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

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

background-color css

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

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

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

border-color css

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

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

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