Html Css Color HEX #E70611 Venetian Red

📋 copy color: '#E70611'

red 231 ◦ green 6 ◦ blue 17

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

Shades of Venetian Red #E70611

Tints of Venetian Red #E70611

RGB

 RED value IS 231 (90.63% from 255) = 90.94%

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

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

R = 90.94%
G = 2.36%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E70611 (or 0xE70611) is known color: Venetian Red. HEX triplet: E7, 06 and 11. RGB value is (231,6,17). Sum of RGB (Red+Green+Blue) = 231+6+17=254 (33% of max value = 765). Red value is 231 (90.62% from 255 or 90.94% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 231 - color contains mainly: red. Hex color #E70611 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70611 is #18F9EE. Grayscale: #4A4A4A. Windows color (decimal): -1636847 or 1115879. OLE color: 1115879.

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

Color convert

RGB 231 6 17 -
CMYK 0 0.97 0.93 0.09
HSL 357.07º 0.95% 0.46% -
HSV(B) 357.07º 0.97% 0.91% -
XYZ 33.12 17.16 2.1 -
YUV 74.53 95.54 239.61 -
System Red Green Blue C M Y K H S L
Decimal 231 6 17 0 0.97 0.93 0.09 357.07 0.95 0.46
Hex E7 6 11 0 61 5D 9 165 5F 2E
Octal 347 6 21 0 141 135 11 545 137 56
Binary 11100111 110 10001 0 1100001 1011101 1001 101100101 1011111 101110

Color Harmonies of #E70611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70611

Black with #E70611

Text Example


Text Example

White with #E70611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70611; }

 p { color: rgb(231,6,17); }

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

background-color css

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

 a { background-color: rgb(231,6,17); }

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

border-color css

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

 span { border-color: rgb(231,6,17); }

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