Html Css Color HEX #E20612 Venetian Red

📋 copy color: '#E20612'

red 226 ◦ green 6 ◦ blue 18

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

Shades of Venetian Red #E20612

Tints of Venetian Red #E20612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 90.4%
G = 2.4%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E20612 (or 0xE20612) is known color: Venetian Red. HEX triplet: E2, 06 and 12. RGB value is (226,6,18). Sum of RGB (Red+Green+Blue) = 226+6+18=250 (33% of max value = 765). Red value is 226 (88.67% from 255 or 90.4% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 226 - color contains mainly: red. Hex color #E20612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20612 is #1DF9ED. Grayscale: #494949. Windows color (decimal): -1964526 or 1181410. OLE color: 1181410.

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

Color convert

RGB 226 6 18 -
CMYK 0 0.97 0.92 0.11
HSL 356.73º 0.95% 0.45% -
HSV(B) 356.73º 0.97% 0.89% -
XYZ 31.54 16.34 2.06 -
YUV 73.15 96.89 237.02 -
System Red Green Blue C M Y K H S L
Decimal 226 6 18 0 0.97 0.92 0.11 356.73 0.95 0.45
Hex E2 6 12 0 61 5C B 165 5F 2D
Octal 342 6 22 0 141 134 13 545 137 55
Binary 11100010 110 10010 0 1100001 1011100 1011 101100101 1011111 101101

Color Harmonies of #E20612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20612

Black with #E20612

Text Example


Text Example

White with #E20612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20612; }

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

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

background-color css

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

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

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

border-color css

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

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

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