Html Css Color HEX #E3011D Venetian Red

📋 copy color: '#E3011D'

red 227 ◦ green 1 ◦ blue 29

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

Shades of Venetian Red #E3011D

Tints of Venetian Red #E3011D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.28%

R = 88.33%
G = 0.39%
B = 11.28%

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

#E3011D (or 0xE3011D) is known color: Venetian Red. HEX triplet: E3, 01 and 1D. RGB value is (227,1,29). Sum of RGB (Red+Green+Blue) = 227+1+29=257 (34% of max value = 765). Red value is 227 (89.06% from 255 or 88.33% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 227 - color contains mainly: red. Hex color #E3011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3011D is #1CFEE2. Grayscale: #474747. Windows color (decimal): -1900259 or 1901027. OLE color: 1901027.

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

Color convert

RGB 227 1 29 -
CMYK 0 1.00 0.87 0.11
HSL 352.57º 0.99% 0.45% -
HSV(B) 352.57º 1% 0.89% -
XYZ 31.91 16.44 2.65 -
YUV 71.77 103.87 238.72 -
System Red Green Blue C M Y K H S L
Decimal 227 1 29 0 1.00 0.87 0.11 352.57 0.99 0.45
Hex E3 1 1D 0 64 57 B 161 63 2D
Octal 343 1 35 0 144 127 13 541 143 55
Binary 11100011 1 11101 0 1100100 1010111 1011 101100001 1100011 101101

Color Harmonies of #E3011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3011D

Black with #E3011D

Text Example


Text Example

White with #E3011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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