Html Css Color HEX #E3040E Venetian Red

📋 copy color: '#E3040E'

red 227 ◦ green 4 ◦ blue 14

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

Shades of Venetian Red #E3040E

Tints of Venetian Red #E3040E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.71%

R = 92.65%
G = 1.63%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E3040E (or 0xE3040E) is known color: Venetian Red. HEX triplet: E3, 04 and 0E. RGB value is (227,4,14). Sum of RGB (Red+Green+Blue) = 227+4+14=245 (32% of max value = 765). Red value is 227 (89.06% from 255 or 92.65% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 227 - color contains mainly: red. Hex color #E3040E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3040E is #1CFBF1. Grayscale: #484848. Windows color (decimal): -1899506 or 918755. OLE color: 918755.

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

Color convert

RGB 227 4 14 -
CMYK 0 0.98 0.94 0.11
HSL 357.31º 0.97% 0.45% -
HSV(B) 357.31º 0.98% 0.89% -
XYZ 31.8 16.45 1.91 -
YUV 71.82 95.38 238.69 -
System Red Green Blue C M Y K H S L
Decimal 227 4 14 0 0.98 0.94 0.11 357.31 0.97 0.45
Hex E3 4 E 0 62 5E B 165 61 2D
Octal 343 4 16 0 142 136 13 545 141 55
Binary 11100011 100 1110 0 1100010 1011110 1011 101100101 1100001 101101

Color Harmonies of #E3040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3040E

Black with #E3040E

Text Example


Text Example

White with #E3040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3040E; }

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

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

background-color css

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

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

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

border-color css

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

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

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