Html Css Color HEX #E00220 Venetian Red

📋 copy color: '#E00220'

red 224 ◦ green 2 ◦ blue 32

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

Shades of Venetian Red #E00220

Tints of Venetian Red #E00220

RGB

 RED value IS 224 (87.89% from 255) = 86.82%

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

 BLUE value IS 32 (12.89% from 255) = 12.4%

R = 86.82%
G = 0.78%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E00220 (or 0xE00220) is known color: Venetian Red. HEX triplet: E0, 02 and 20. RGB value is (224,2,32). Sum of RGB (Red+Green+Blue) = 224+2+32=258 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.82% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 224 - color contains mainly: red. Hex color #E00220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00220 is #1FFDDF. Grayscale: #474747. Windows color (decimal): -2096608 or 2097888. OLE color: 2097888.

HSL color Cylindrical-coordinate representation of color #E00220: hue angle of 351.89º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00220 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 2 32 -
CMYK 0 0.99 0.86 0.12
HSL 351.89º 0.98% 0.44% -
HSV(B) 351.89º 0.99% 0.88% -
XYZ 31.02 15.99 2.82 -
YUV 71.8 105.55 236.56 -
System Red Green Blue C M Y K H S L
Decimal 224 2 32 0 0.99 0.86 0.12 351.89 0.98 0.44
Hex E0 2 20 0 63 56 C 160 62 2C
Octal 340 2 40 0 143 126 14 540 142 54
Binary 11100000 10 100000 0 1100011 1010110 1100 101100000 1100010 101100

Color Harmonies of #E00220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00220

Black with #E00220

Text Example


Text Example

White with #E00220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00220; }

 p { color: rgb(224,2,32); }

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

background-color css

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

 a { background-color: rgb(224,2,32); }

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

border-color css

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

 span { border-color: rgb(224,2,32); }

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