Html Css Color HEX #E2021E Venetian Red

📋 copy color: '#E2021E'

red 226 ◦ green 2 ◦ blue 30

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

Shades of Venetian Red #E2021E

Tints of Venetian Red #E2021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.63%

R = 87.6%
G = 0.78%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E2021E (or 0xE2021E) is known color: Venetian Red. HEX triplet: E2, 02 and 1E. RGB value is (226,2,30). Sum of RGB (Red+Green+Blue) = 226+2+30=258 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.60% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 226 - color contains mainly: red. Hex color #E2021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2021E is #1DFDE1. Grayscale: #484848. Windows color (decimal): -1965538 or 1966818. OLE color: 1966818.

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

Color convert

RGB 226 2 30 -
CMYK 0 0.99 0.87 0.11
HSL 352.5º 0.98% 0.45% -
HSV(B) 352.5º 0.99% 0.89% -
XYZ 31.62 16.31 2.71 -
YUV 72.17 104.21 237.72 -
System Red Green Blue C M Y K H S L
Decimal 226 2 30 0 0.99 0.87 0.11 352.5 0.98 0.45
Hex E2 2 1E 0 63 57 B 160 62 2D
Octal 342 2 36 0 143 127 13 540 142 55
Binary 11100010 10 11110 0 1100011 1010111 1011 101100000 1100010 101101

Color Harmonies of #E2021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2021E

Black with #E2021E

Text Example


Text Example

White with #E2021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2021E; }

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

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

background-color css

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

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

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

border-color css

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

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

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