Html Css Color HEX #E30711 Venetian Red

📋 copy color: '#E30711'

red 227 ◦ green 7 ◦ blue 17

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

Shades of Venetian Red #E30711

Tints of Venetian Red #E30711

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.79%

 BLUE value IS 17 (7.03% from 255) = 6.77%

R = 90.44%
G = 2.79%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E30711 (or 0xE30711) is known color: Venetian Red. HEX triplet: E3, 07 and 11. RGB value is (227,7,17). Sum of RGB (Red+Green+Blue) = 227+7+17=251 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.44% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 227 - color contains mainly: red. Hex color #E30711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30711 is #1CF8EE. Grayscale: #4A4A4A. Windows color (decimal): -1898735 or 1116131. OLE color: 1116131.

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

Color convert

RGB 227 7 17 -
CMYK 0 0.97 0.93 0.11
HSL 357.27º 0.94% 0.46% -
HSV(B) 357.27º 0.97% 0.89% -
XYZ 31.86 16.52 2.04 -
YUV 73.92 95.89 237.19 -
System Red Green Blue C M Y K H S L
Decimal 227 7 17 0 0.97 0.93 0.11 357.27 0.94 0.46
Hex E3 7 11 0 61 5D B 165 5E 2E
Octal 343 7 21 0 141 135 13 545 136 56
Binary 11100011 111 10001 0 1100001 1011101 1011 101100101 1011110 101110

Color Harmonies of #E30711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30711

Black with #E30711

Text Example


Text Example

White with #E30711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30711; }

 p { color: rgb(227,7,17); }

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

background-color css

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

 a { background-color: rgb(227,7,17); }

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

border-color css

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

 span { border-color: rgb(227,7,17); }

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