Html Css Color HEX #E80711 Venetian Red

📋 copy color: '#E80711'

red 232 ◦ green 7 ◦ blue 17

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

Shades of Venetian Red #E80711

Tints of Venetian Red #E80711

RGB

 RED value IS 232 (91.02% from 255) = 90.63%

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

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

R = 90.63%
G = 2.73%
B = 6.64%

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

#E80711 (or 0xE80711) is known color: Venetian Red. HEX triplet: E8, 07 and 11. RGB value is (232,7,17). Sum of RGB (Red+Green+Blue) = 232+7+17=256 (33% of max value = 765). Red value is 232 (91.02% from 255 or 90.62% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 232 - color contains mainly: red. Hex color #E80711 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80711 is #17F8EE. Grayscale: #4B4B4B. Windows color (decimal): -1571055 or 1116136. OLE color: 1116136.

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

Color convert

RGB 232 7 17 -
CMYK 0 0.97 0.93 0.09
HSL 357.33º 0.94% 0.47% -
HSV(B) 357.33º 0.97% 0.91% -
XYZ 33.46 17.35 2.12 -
YUV 75.42 95.04 239.69 -
System Red Green Blue C M Y K H S L
Decimal 232 7 17 0 0.97 0.93 0.09 357.33 0.94 0.47
Hex E8 7 11 0 61 5D 9 165 5E 2F
Octal 350 7 21 0 141 135 11 545 136 57
Binary 11101000 111 10001 0 1100001 1011101 1001 101100101 1011110 101111

Color Harmonies of #E80711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80711

Black with #E80711

Text Example


Text Example

White with #E80711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80711; }

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

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

background-color css

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

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

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

border-color css

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

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

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