Html Css Color HEX #E2021C Venetian Red

📋 copy color: '#E2021C'

red 226 ◦ green 2 ◦ blue 28

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

Shades of Venetian Red #E2021C

Tints of Venetian Red #E2021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 88.28%
G = 0.78%
B = 10.94%

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

#E2021C (or 0xE2021C) is known color: Venetian Red. HEX triplet: E2, 02 and 1C. RGB value is (226,2,28). Sum of RGB (Red+Green+Blue) = 226+2+28=256 (33% of max value = 765). Red value is 226 (88.67% from 255 or 88.28% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 226 - color contains mainly: red. Hex color #E2021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2021C is #1DFDE3. Grayscale: #484848. Windows color (decimal): -1965540 or 1835746. OLE color: 1835746.

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

Color convert

RGB 226 2 28 -
CMYK 0 0.99 0.88 0.11
HSL 353.04º 0.98% 0.45% -
HSV(B) 353.04º 0.99% 0.89% -
XYZ 31.6 16.3 2.58 -
YUV 71.94 103.21 237.89 -
System Red Green Blue C M Y K H S L
Decimal 226 2 28 0 0.99 0.88 0.11 353.04 0.98 0.45
Hex E2 2 1C 0 63 58 B 161 62 2D
Octal 342 2 34 0 143 130 13 541 142 55
Binary 11100010 10 11100 0 1100011 1011000 1011 101100001 1100010 101101

Color Harmonies of #E2021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2021C

Black with #E2021C

Text Example


Text Example

White with #E2021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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