Html Css Color HEX #E2011F Venetian Red

📋 copy color: '#E2011F'

red 226 ◦ green 1 ◦ blue 31

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

Shades of Venetian Red #E2011F

Tints of Venetian Red #E2011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 31 (12.5% from 255) = 12.02%

R = 87.6%
G = 0.39%
B = 12.02%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2011F (or 0xE2011F) is known color: Venetian Red. HEX triplet: E2, 01 and 1F. RGB value is (226,1,31). Sum of RGB (Red+Green+Blue) = 226+1+31=258 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.60% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 226 - color contains mainly: red. Hex color #E2011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2011F is #1DFEE0. Grayscale: #474747. Windows color (decimal): -1965793 or 2032098. OLE color: 2032098.

HSL color Cylindrical-coordinate representation of color #E2011F: hue angle of 352º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2011F is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 1 31 -
CMYK 0 1.00 0.86 0.11
HSL 352º 0.99% 0.45% -
HSV(B) 352º 1% 0.89% -
XYZ 31.62 16.29 2.77 -
YUV 71.7 105.04 238.06 -
System Red Green Blue C M Y K H S L
Decimal 226 1 31 0 1.00 0.86 0.11 352 0.99 0.45
Hex E2 1 1F 0 64 56 B 160 63 2D
Octal 342 1 37 0 144 126 13 540 143 55
Binary 11100010 1 11111 0 1100100 1010110 1011 101100000 1100011 101101

Color Harmonies of #E2011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2011F

Black with #E2011F

Text Example


Text Example

White with #E2011F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2011F; }

 p { color: rgb(226,1,31); }

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

background-color css

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

 a { background-color: rgb(226,1,31); }

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

border-color css

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

 span { border-color: rgb(226,1,31); }

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