Html Css Color HEX #E80810 Venetian Red

📋 copy color: '#E80810'

red 232 ◦ green 8 ◦ blue 16

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

Shades of Venetian Red #E80810

Tints of Venetian Red #E80810

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

 BLUE value IS 16 (6.64% from 255) = 6.25%

R = 90.63%
G = 3.13%
B = 6.25%

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

#E80810 (or 0xE80810) is known color: Venetian Red. HEX triplet: E8, 08 and 10. RGB value is (232,8,16). Sum of RGB (Red+Green+Blue) = 232+8+16=256 (33% of max value = 765). Red value is 232 (91.02% from 255 or 90.62% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 232 - color contains mainly: red. Hex color #E80810 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80810 is #17F7EF. Grayscale: #4C4C4C. Windows color (decimal): -1570800 or 1050856. OLE color: 1050856.

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

Color convert

RGB 232 8 16 -
CMYK 0 0.97 0.93 0.09
HSL 357.86º 0.93% 0.47% -
HSV(B) 357.86º 0.97% 0.91% -
XYZ 33.46 17.37 2.08 -
YUV 75.89 94.21 239.35 -
System Red Green Blue C M Y K H S L
Decimal 232 8 16 0 0.97 0.93 0.09 357.86 0.93 0.47
Hex E8 8 10 0 61 5D 9 166 5D 2F
Octal 350 10 20 0 141 135 11 546 135 57
Binary 11101000 1000 10000 0 1100001 1011101 1001 101100110 1011101 101111

Color Harmonies of #E80810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80810

Black with #E80810

Text Example


Text Example

White with #E80810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80810; }

 p { color: rgb(232,8,16); }

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

background-color css

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

 a { background-color: rgb(232,8,16); }

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

border-color css

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

 span { border-color: rgb(232,8,16); }

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