Html Css Color HEX #E20119 Venetian Red

📋 copy color: '#E20119'

red 226 ◦ green 1 ◦ blue 25

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

Shades of Venetian Red #E20119

Tints of Venetian Red #E20119

RGB

 RED value IS 226 (88.67% from 255) = 89.68%

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

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 89.68%
G = 0.4%
B = 9.92%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E20119 (or 0xE20119) is known color: Venetian Red. HEX triplet: E2, 01 and 19. RGB value is (226,1,25). Sum of RGB (Red+Green+Blue) = 226+1+25=252 (33% of max value = 765). Red value is 226 (88.67% from 255 or 89.68% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 226 - color contains mainly: red. Hex color #E20119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20119 is #1DFEE6. Grayscale: #474747. Windows color (decimal): -1965799 or 1638882. OLE color: 1638882.

HSL color Cylindrical-coordinate representation of color #E20119: hue angle of 353.6º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20119 is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 1 25 -
CMYK 0 1.00 0.89 0.11
HSL 353.6º 0.99% 0.45% -
HSV(B) 353.6º 1% 0.89% -
XYZ 31.55 16.26 2.4 -
YUV 71.01 102.04 238.55 -
System Red Green Blue C M Y K H S L
Decimal 226 1 25 0 1.00 0.89 0.11 353.6 0.99 0.45
Hex E2 1 19 0 64 59 B 162 63 2D
Octal 342 1 31 0 144 131 13 542 143 55
Binary 11100010 1 11001 0 1100100 1011001 1011 101100010 1100011 101101

Color Harmonies of #E20119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20119

Black with #E20119

Text Example


Text Example

White with #E20119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20119; }

 p { color: rgb(226,1,25); }

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

background-color css

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

 a { background-color: rgb(226,1,25); }

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

border-color css

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

 span { border-color: rgb(226,1,25); }

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