Html Css Color HEX #E3060C Venetian Red

📋 copy color: '#E3060C'

red 227 ◦ green 6 ◦ blue 12

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

Shades of Venetian Red #E3060C

Tints of Venetian Red #E3060C

RGB

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

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

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

R = 92.65%
G = 2.45%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3060C (or 0xE3060C) is known color: Venetian Red. HEX triplet: E3, 06 and 0C. RGB value is (227,6,12). Sum of RGB (Red+Green+Blue) = 227+6+12=245 (32% of max value = 765). Red value is 227 (89.06% from 255 or 92.65% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 227 - color contains mainly: red. Hex color #E3060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3060C is #1CF9F3. Grayscale: #484848. Windows color (decimal): -1898996 or 788195. OLE color: 788195.

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

Color convert

RGB 227 6 12 -
CMYK 0 0.97 0.95 0.11
HSL 358.37º 0.95% 0.46% -
HSV(B) 358.37º 0.97% 0.89% -
XYZ 31.81 16.49 1.85 -
YUV 72.76 93.72 238.01 -
System Red Green Blue C M Y K H S L
Decimal 227 6 12 0 0.97 0.95 0.11 358.37 0.95 0.46
Hex E3 6 C 0 61 5F B 166 5F 2E
Octal 343 6 14 0 141 137 13 546 137 56
Binary 11100011 110 1100 0 1100001 1011111 1011 101100110 1011111 101110

Color Harmonies of #E3060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3060C

Black with #E3060C

Text Example


Text Example

White with #E3060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3060C; }

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

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

background-color css

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

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

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

border-color css

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

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

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