Html Css Color HEX #E3011A Venetian Red

📋 copy color: '#E3011A'

red 227 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #E3011A

Tints of Venetian Red #E3011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.24%

R = 89.37%
G = 0.39%
B = 10.24%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E3011A (or 0xE3011A) is known color: Venetian Red. HEX triplet: E3, 01 and 1A. RGB value is (227,1,26). Sum of RGB (Red+Green+Blue) = 227+1+26=254 (33% of max value = 765). Red value is 227 (89.06% from 255 or 89.37% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 227 - color contains mainly: red. Hex color #E3011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3011A is #1CFEE5. Grayscale: #474747. Windows color (decimal): -1900262 or 1704419. OLE color: 1704419.

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

Color convert

RGB 227 1 26 -
CMYK 0 1.00 0.89 0.11
HSL 353.36º 0.99% 0.45% -
HSV(B) 353.36º 1% 0.89% -
XYZ 31.88 16.43 2.47 -
YUV 71.42 102.37 238.97 -
System Red Green Blue C M Y K H S L
Decimal 227 1 26 0 1.00 0.89 0.11 353.36 0.99 0.45
Hex E3 1 1A 0 64 59 B 161 63 2D
Octal 343 1 32 0 144 131 13 541 143 55
Binary 11100011 1 11010 0 1100100 1011001 1011 101100001 1100011 101101

Color Harmonies of #E3011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3011A

Black with #E3011A

Text Example


Text Example

White with #E3011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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