Html Css Color HEX #E3011E Venetian Red

📋 copy color: '#E3011E'

red 227 ◦ green 1 ◦ blue 30

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

Shades of Venetian Red #E3011E

Tints of Venetian Red #E3011E

RGB

 RED value IS 227 (89.06% from 255) = 87.98%

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

 BLUE value IS 30 (12.11% from 255) = 11.63%

R = 87.98%
G = 0.39%
B = 11.63%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E3011E (or 0xE3011E) is known color: Venetian Red. HEX triplet: E3, 01 and 1E. RGB value is (227,1,30). Sum of RGB (Red+Green+Blue) = 227+1+30=258 (34% of max value = 765). Red value is 227 (89.06% from 255 or 87.98% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 227 - color contains mainly: red. Hex color #E3011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3011E is #1CFEE1. Grayscale: #474747. Windows color (decimal): -1900258 or 1966563. OLE color: 1966563.

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

Color convert

RGB 227 1 30 -
CMYK 0 1.00 0.87 0.11
HSL 352.3º 0.99% 0.45% -
HSV(B) 352.3º 1% 0.89% -
XYZ 31.92 16.45 2.72 -
YUV 71.88 104.37 238.64 -
System Red Green Blue C M Y K H S L
Decimal 227 1 30 0 1.00 0.87 0.11 352.3 0.99 0.45
Hex E3 1 1E 0 64 57 B 160 63 2D
Octal 343 1 36 0 144 127 13 540 143 55
Binary 11100011 1 11110 0 1100100 1010111 1011 101100000 1100011 101101

Color Harmonies of #E3011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3011E

Black with #E3011E

Text Example


Text Example

White with #E3011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3011E; }

 p { color: rgb(227,1,30); }

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

background-color css

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

 a { background-color: rgb(227,1,30); }

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

border-color css

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

 span { border-color: rgb(227,1,30); }

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