Html Css Color HEX #E3090E Venetian Red

📋 copy color: '#E3090E'

red 227 ◦ green 9 ◦ blue 14

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

Shades of Venetian Red #E3090E

Tints of Venetian Red #E3090E

RGB

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

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

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

R = 90.8%
G = 3.6%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E3090E (or 0xE3090E) is known color: Venetian Red. HEX triplet: E3, 09 and 0E. RGB value is (227,9,14). Sum of RGB (Red+Green+Blue) = 227+9+14=250 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.8% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 227 - color contains mainly: red. Hex color #E3090E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3090E is #1CF6F1. Grayscale: #4A4A4A. Windows color (decimal): -1898226 or 920035. OLE color: 920035.

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

Color convert

RGB 227 9 14 -
CMYK 0 0.96 0.94 0.11
HSL 358.62º 0.92% 0.46% -
HSV(B) 358.62º 0.96% 0.89% -
XYZ 31.86 16.56 1.93 -
YUV 74.75 93.72 236.59 -
System Red Green Blue C M Y K H S L
Decimal 227 9 14 0 0.96 0.94 0.11 358.62 0.92 0.46
Hex E3 9 E 0 60 5E B 167 5C 2E
Octal 343 11 16 0 140 136 13 547 134 56
Binary 11100011 1001 1110 0 1100000 1011110 1011 101100111 1011100 101110

Color Harmonies of #E3090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3090E

Black with #E3090E

Text Example


Text Example

White with #E3090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3090E; }

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

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

background-color css

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

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

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

border-color css

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

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

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