Html Css Color HEX #E3060E Venetian Red

📋 copy color: '#E3060E'

red 227 ◦ green 6 ◦ blue 14

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

Shades of Venetian Red #E3060E

Tints of Venetian Red #E3060E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.43%

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

R = 91.9%
G = 2.43%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E3060E (or 0xE3060E) is known color: Venetian Red. HEX triplet: E3, 06 and 0E. RGB value is (227,6,14). Sum of RGB (Red+Green+Blue) = 227+6+14=247 (32% of max value = 765). Red value is 227 (89.06% from 255 or 91.90% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 227 - color contains mainly: red. Hex color #E3060E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3060E is #1CF9F1. Grayscale: #494949. Windows color (decimal): -1898994 or 919267. OLE color: 919267.

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

Color convert

RGB 227 6 14 -
CMYK 0 0.97 0.94 0.11
HSL 357.83º 0.95% 0.46% -
HSV(B) 357.83º 0.97% 0.89% -
XYZ 31.82 16.49 1.92 -
YUV 72.99 94.72 237.85 -
System Red Green Blue C M Y K H S L
Decimal 227 6 14 0 0.97 0.94 0.11 357.83 0.95 0.46
Hex E3 6 E 0 61 5E B 166 5F 2E
Octal 343 6 16 0 141 136 13 546 137 56
Binary 11100011 110 1110 0 1100001 1011110 1011 101100110 1011111 101110

Color Harmonies of #E3060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3060E

Black with #E3060E

Text Example


Text Example

White with #E3060E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3060E; }

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

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

background-color css

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

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

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

border-color css

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

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

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