Html Css Color HEX #E3040A Venetian Red

📋 copy color: '#E3040A'

red 227 ◦ green 4 ◦ blue 10

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

Shades of Venetian Red #E3040A

Tints of Venetian Red #E3040A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.15%

R = 94.19%
G = 1.66%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E3040A (or 0xE3040A) is known color: Venetian Red. HEX triplet: E3, 04 and 0A. RGB value is (227,4,10). Sum of RGB (Red+Green+Blue) = 227+4+10=241 (31% of max value = 765). Red value is 227 (89.06% from 255 or 94.19% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 227 - color contains mainly: red. Hex color #E3040A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3040A is #1CFBF5. Grayscale: #474747. Windows color (decimal): -1899510 or 656611. OLE color: 656611.

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

Color convert

RGB 227 4 10 -
CMYK 0 0.98 0.96 0.11
HSL 358.39º 0.97% 0.45% -
HSV(B) 358.39º 0.98% 0.89% -
XYZ 31.78 16.44 1.79 -
YUV 71.36 93.38 239.01 -
System Red Green Blue C M Y K H S L
Decimal 227 4 10 0 0.98 0.96 0.11 358.39 0.97 0.45
Hex E3 4 A 0 62 60 B 166 61 2D
Octal 343 4 12 0 142 140 13 546 141 55
Binary 11100011 100 1010 0 1100010 1100000 1011 101100110 1100001 101101

Color Harmonies of #E3040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3040A

Black with #E3040A

Text Example


Text Example

White with #E3040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3040A; }

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

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

background-color css

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

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

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

border-color css

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

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

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