Html Css Color HEX #E3090A Venetian Red

📋 copy color: '#E3090A'

red 227 ◦ green 9 ◦ blue 10

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

Shades of Venetian Red #E3090A

Tints of Venetian Red #E3090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.66%

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

R = 92.28%
G = 3.66%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E3090A (or 0xE3090A) is known color: Venetian Red. HEX triplet: E3, 09 and 0A. RGB value is (227,9,10). Sum of RGB (Red+Green+Blue) = 227+9+10=246 (32% of max value = 765). Red value is 227 (89.06% from 255 or 92.28% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 227 - color contains mainly: red. Hex color #E3090A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3090A is #1CF6F5. Grayscale: #4A4A4A. Windows color (decimal): -1898230 or 657891. OLE color: 657891.

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

Color convert

RGB 227 9 10 -
CMYK 0 0.96 0.96 0.11
HSL 359.72º 0.92% 0.46% -
HSV(B) 359.72º 0.96% 0.89% -
XYZ 31.83 16.55 1.8 -
YUV 74.3 91.72 236.92 -
System Red Green Blue C M Y K H S L
Decimal 227 9 10 0 0.96 0.96 0.11 359.72 0.92 0.46
Hex E3 9 A 0 60 60 B 168 5C 2E
Octal 343 11 12 0 140 140 13 550 134 56
Binary 11100011 1001 1010 0 1100000 1100000 1011 101101000 1011100 101110

Color Harmonies of #E3090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3090A

Black with #E3090A

Text Example


Text Example

White with #E3090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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