Html Css Color HEX #E7011A Venetian Red

📋 copy color: '#E7011A'

red 231 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #E7011A

Tints of Venetian Red #E7011A

RGB

 RED value IS 231 (90.63% from 255) = 89.53%

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

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

R = 89.53%
G = 0.39%
B = 10.08%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E7011A (or 0xE7011A) is known color: Venetian Red. HEX triplet: E7, 01 and 1A. RGB value is (231,1,26). Sum of RGB (Red+Green+Blue) = 231+1+26=258 (34% of max value = 765). Red value is 231 (90.62% from 255 or 89.53% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 231 - color contains mainly: red. Hex color #E7011A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7011A is #18FEE5. Grayscale: #484848. Windows color (decimal): -1638118 or 1704423. OLE color: 1704423.

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

Color convert

RGB 231 1 26 -
CMYK 0 1.00 0.89 0.09
HSL 353.48º 0.99% 0.45% -
HSV(B) 353.48º 1% 0.91% -
XYZ 33.15 17.09 2.53 -
YUV 72.62 101.7 240.97 -
System Red Green Blue C M Y K H S L
Decimal 231 1 26 0 1.00 0.89 0.09 353.48 0.99 0.45
Hex E7 1 1A 0 64 59 9 161 63 2D
Octal 347 1 32 0 144 131 11 541 143 55
Binary 11100111 1 11010 0 1100100 1011001 1001 101100001 1100011 101101

Color Harmonies of #E7011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7011A

Black with #E7011A

Text Example


Text Example

White with #E7011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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