Html Css Color HEX #E3080C Venetian Red

📋 copy color: '#E3080C'

red 227 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #E3080C

Tints of Venetian Red #E3080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.24%

 BLUE value IS 12 (5.08% from 255) = 4.86%

R = 91.9%
G = 3.24%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3080C (or 0xE3080C) is known color: Venetian Red. HEX triplet: E3, 08 and 0C. RGB value is (227,8,12). Sum of RGB (Red+Green+Blue) = 227+8+12=247 (32% of max value = 765). Red value is 227 (89.06% from 255 or 91.90% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 227 - color contains mainly: red. Hex color #E3080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3080C is #1CF7F3. Grayscale: #4A4A4A. Windows color (decimal): -1898484 or 788707. OLE color: 788707.

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

Color convert

RGB 227 8 12 -
CMYK 0 0.96 0.95 0.11
HSL 358.9º 0.93% 0.46% -
HSV(B) 358.9º 0.96% 0.89% -
XYZ 31.83 16.53 1.86 -
YUV 73.94 93.05 237.17 -
System Red Green Blue C M Y K H S L
Decimal 227 8 12 0 0.96 0.95 0.11 358.9 0.93 0.46
Hex E3 8 C 0 60 5F B 167 5D 2E
Octal 343 10 14 0 140 137 13 547 135 56
Binary 11100011 1000 1100 0 1100000 1011111 1011 101100111 1011101 101110

Color Harmonies of #E3080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3080C

Black with #E3080C

Text Example


Text Example

White with #E3080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3080C; }

 p { color: rgb(227,8,12); }

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

background-color css

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

 a { background-color: rgb(227,8,12); }

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

border-color css

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

 span { border-color: rgb(227,8,12); }

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