Html Css Color HEX #E20211 Venetian Red

📋 copy color: '#E20211'

red 226 ◦ green 2 ◦ blue 17

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

Shades of Venetian Red #E20211

Tints of Venetian Red #E20211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.94%

R = 92.24%
G = 0.82%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E20211 (or 0xE20211) is known color: Venetian Red. HEX triplet: E2, 02 and 11. RGB value is (226,2,17). Sum of RGB (Red+Green+Blue) = 226+2+17=245 (32% of max value = 765). Red value is 226 (88.67% from 255 or 92.24% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 226 - color contains mainly: red. Hex color #E20211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20211 is #1DFDEE. Grayscale: #464646. Windows color (decimal): -1965551 or 1114850. OLE color: 1114850.

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

Color convert

RGB 226 2 17 -
CMYK 0 0.99 0.92 0.11
HSL 355.98º 0.98% 0.45% -
HSV(B) 355.98º 0.99% 0.89% -
XYZ 31.49 16.25 2.01 -
YUV 70.69 97.71 238.78 -
System Red Green Blue C M Y K H S L
Decimal 226 2 17 0 0.99 0.92 0.11 355.98 0.98 0.45
Hex E2 2 11 0 63 5C B 164 62 2D
Octal 342 2 21 0 143 134 13 544 142 55
Binary 11100010 10 10001 0 1100011 1011100 1011 101100100 1100010 101101

Color Harmonies of #E20211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20211

Black with #E20211

Text Example


Text Example

White with #E20211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20211; }

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

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

background-color css

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

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

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

border-color css

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

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

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