Html Css Color HEX #E3041A Venetian Red

📋 copy color: '#E3041A'

red 227 ◦ green 4 ◦ blue 26

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

Shades of Venetian Red #E3041A

Tints of Venetian Red #E3041A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

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

R = 88.33%
G = 1.56%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E3041A (or 0xE3041A) is known color: Venetian Red. HEX triplet: E3, 04 and 1A. RGB value is (227,4,26). Sum of RGB (Red+Green+Blue) = 227+4+26=257 (34% of max value = 765). Red value is 227 (89.06% from 255 or 88.33% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 227 - color contains mainly: red. Hex color #E3041A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3041A is #1CFBE5. Grayscale: #494949. Windows color (decimal): -1899494 or 1705187. OLE color: 1705187.

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

Color convert

RGB 227 4 26 -
CMYK 0 0.98 0.89 0.11
HSL 354.08º 0.97% 0.45% -
HSV(B) 354.08º 0.98% 0.89% -
XYZ 31.91 16.49 2.48 -
YUV 73.19 101.38 237.71 -
System Red Green Blue C M Y K H S L
Decimal 227 4 26 0 0.98 0.89 0.11 354.08 0.97 0.45
Hex E3 4 1A 0 62 59 B 162 61 2D
Octal 343 4 32 0 142 131 13 542 141 55
Binary 11100011 100 11010 0 1100010 1011001 1011 101100010 1100001 101101

Color Harmonies of #E3041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3041A

Black with #E3041A

Text Example


Text Example

White with #E3041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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