Html Css Color HEX #E20118 Venetian Red

📋 copy color: '#E20118'

red 226 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #E20118

Tints of Venetian Red #E20118

RGB

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

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

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

R = 90.04%
G = 0.4%
B = 9.56%

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

#E20118 (or 0xE20118) is known color: Venetian Red. HEX triplet: E2, 01 and 18. RGB value is (226,1,24). Sum of RGB (Red+Green+Blue) = 226+1+24=251 (33% of max value = 765). Red value is 226 (88.67% from 255 or 90.04% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 226 - color contains mainly: red. Hex color #E20118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20118 is #1DFEE7. Grayscale: #474747. Windows color (decimal): -1965800 or 1573346. OLE color: 1573346.

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

Color convert

RGB 226 1 24 -
CMYK 0 1.00 0.89 0.11
HSL 353.87º 0.99% 0.45% -
HSV(B) 353.87º 1% 0.89% -
XYZ 31.54 16.26 2.34 -
YUV 70.9 101.54 238.63 -
System Red Green Blue C M Y K H S L
Decimal 226 1 24 0 1.00 0.89 0.11 353.87 0.99 0.45
Hex E2 1 18 0 64 59 B 162 63 2D
Octal 342 1 30 0 144 131 13 542 143 55
Binary 11100010 1 11000 0 1100100 1011001 1011 101100010 1100011 101101

Color Harmonies of #E20118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20118

Black with #E20118

Text Example


Text Example

White with #E20118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20118; }

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

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

background-color css

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

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

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

border-color css

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

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

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