Html Css Color HEX #E2021A Venetian Red

📋 copy color: '#E2021A'

red 226 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #E2021A

Tints of Venetian Red #E2021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.24%

R = 88.98%
G = 0.79%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2021A (or 0xE2021A) is known color: Venetian Red. HEX triplet: E2, 02 and 1A. RGB value is (226,2,26). Sum of RGB (Red+Green+Blue) = 226+2+26=254 (33% of max value = 765). Red value is 226 (88.67% from 255 or 88.98% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 226 - color contains mainly: red. Hex color #E2021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2021A is #1DFDE5. Grayscale: #474747. Windows color (decimal): -1965542 or 1704674. OLE color: 1704674.

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

Color convert

RGB 226 2 26 -
CMYK 0 0.99 0.88 0.11
HSL 353.57º 0.98% 0.45% -
HSV(B) 353.57º 0.99% 0.89% -
XYZ 31.57 16.29 2.46 -
YUV 71.71 102.21 238.05 -
System Red Green Blue C M Y K H S L
Decimal 226 2 26 0 0.99 0.88 0.11 353.57 0.98 0.45
Hex E2 2 1A 0 63 58 B 162 62 2D
Octal 342 2 32 0 143 130 13 542 142 55
Binary 11100010 10 11010 0 1100011 1011000 1011 101100010 1100010 101101

Color Harmonies of #E2021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2021A

Black with #E2021A

Text Example


Text Example

White with #E2021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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