Html Css Color HEX #E20616 Venetian Red

📋 copy color: '#E20616'

red 226 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #E20616

Tints of Venetian Red #E20616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.36%

 BLUE value IS 22 (8.98% from 255) = 8.66%

R = 88.98%
G = 2.36%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E20616 (or 0xE20616) is known color: Venetian Red. HEX triplet: E2, 06 and 16. RGB value is (226,6,22). Sum of RGB (Red+Green+Blue) = 226+6+22=254 (33% of max value = 765). Red value is 226 (88.67% from 255 or 88.98% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 226 - color contains mainly: red. Hex color #E20616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20616 is #1DF9E9. Grayscale: #494949. Windows color (decimal): -1964522 or 1443554. OLE color: 1443554.

HSL color Cylindrical-coordinate representation of color #E20616: hue angle of 355.64º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E20616 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 6 22 -
CMYK 0 0.97 0.90 0.11
HSL 355.64º 0.95% 0.45% -
HSV(B) 355.64º 0.97% 0.89% -
XYZ 31.57 16.36 2.25 -
YUV 73.6 98.89 236.7 -
System Red Green Blue C M Y K H S L
Decimal 226 6 22 0 0.97 0.90 0.11 355.64 0.95 0.45
Hex E2 6 16 0 61 5A B 164 5F 2D
Octal 342 6 26 0 141 132 13 544 137 55
Binary 11100010 110 10110 0 1100001 1011010 1011 101100100 1011111 101101

Color Harmonies of #E20616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20616

Black with #E20616

Text Example


Text Example

White with #E20616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20616; }

 p { color: rgb(226,6,22); }

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

background-color css

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

 a { background-color: rgb(226,6,22); }

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

border-color css

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

 span { border-color: rgb(226,6,22); }

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