Html Css Color HEX #E2020E Venetian Red

📋 copy color: '#E2020E'

red 226 ◦ green 2 ◦ blue 14

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

Shades of Venetian Red #E2020E

Tints of Venetian Red #E2020E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 14 (5.86% from 255) = 5.79%

R = 93.39%
G = 0.83%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2020E (or 0xE2020E) is known color: Venetian Red. HEX triplet: E2, 02 and 0E. RGB value is (226,2,14). Sum of RGB (Red+Green+Blue) = 226+2+14=242 (32% of max value = 765). Red value is 226 (88.67% from 255 or 93.39% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 226 - color contains mainly: red. Hex color #E2020E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2020E is #1DFDF1. Grayscale: #464646. Windows color (decimal): -1965554 or 918242. OLE color: 918242.

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

Color convert

RGB 226 2 14 -
CMYK 0 0.99 0.94 0.11
HSL 356.79º 0.98% 0.45% -
HSV(B) 356.79º 0.99% 0.89% -
XYZ 31.47 16.24 1.89 -
YUV 70.34 96.21 239.02 -
System Red Green Blue C M Y K H S L
Decimal 226 2 14 0 0.99 0.94 0.11 356.79 0.98 0.45
Hex E2 2 E 0 63 5E B 165 62 2D
Octal 342 2 16 0 143 136 13 545 142 55
Binary 11100010 10 1110 0 1100011 1011110 1011 101100101 1100010 101101

Color Harmonies of #E2020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2020E

Black with #E2020E

Text Example


Text Example

White with #E2020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2020E; }

 p { color: rgb(226,2,14); }

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

background-color css

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

 a { background-color: rgb(226,2,14); }

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

border-color css

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

 span { border-color: rgb(226,2,14); }

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