Html Css Color HEX #E8080A Venetian Red

📋 copy color: '#E8080A'

red 232 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #E8080A

Tints of Venetian Red #E8080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4%

R = 92.8%
G = 3.2%
B = 4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E8080A (or 0xE8080A) is known color: Venetian Red. HEX triplet: E8, 08 and 0A. RGB value is (232,8,10). Sum of RGB (Red+Green+Blue) = 232+8+10=250 (33% of max value = 765). Red value is 232 (91.02% from 255 or 92.8% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 232 - color contains mainly: red. Hex color #E8080A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8080A is #17F7F5. Grayscale: #4B4B4B. Windows color (decimal): -1570806 or 657640. OLE color: 657640.

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

Color convert

RGB 232 8 10 -
CMYK 0 0.97 0.96 0.09
HSL 359.46º 0.93% 0.47% -
HSV(B) 359.46º 0.97% 0.91% -
XYZ 33.42 17.35 1.87 -
YUV 75.2 91.21 239.84 -
System Red Green Blue C M Y K H S L
Decimal 232 8 10 0 0.97 0.96 0.09 359.46 0.93 0.47
Hex E8 8 A 0 61 60 9 167 5D 2F
Octal 350 10 12 0 141 140 11 547 135 57
Binary 11101000 1000 1010 0 1100001 1100000 1001 101100111 1011101 101111

Color Harmonies of #E8080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8080A

Black with #E8080A

Text Example


Text Example

White with #E8080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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