Html Css Color HEX #E8080E Venetian Red

📋 copy color: '#E8080E'

red 232 ◦ green 8 ◦ blue 14

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

Shades of Venetian Red #E8080E

Tints of Venetian Red #E8080E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.51%

R = 91.34%
G = 3.15%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8080E (or 0xE8080E) is known color: Venetian Red. HEX triplet: E8, 08 and 0E. RGB value is (232,8,14). Sum of RGB (Red+Green+Blue) = 232+8+14=254 (33% of max value = 765). Red value is 232 (91.02% from 255 or 91.34% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 232 - color contains mainly: red. Hex color #E8080E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8080E is #17F7F1. Grayscale: #4B4B4B. Windows color (decimal): -1570802 or 919784. OLE color: 919784.

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

Color convert

RGB 232 8 14 -
CMYK 0 0.97 0.94 0.09
HSL 358.39º 0.93% 0.47% -
HSV(B) 358.39º 0.97% 0.91% -
XYZ 33.44 17.36 2 -
YUV 75.66 93.21 239.51 -
System Red Green Blue C M Y K H S L
Decimal 232 8 14 0 0.97 0.94 0.09 358.39 0.93 0.47
Hex E8 8 E 0 61 5E 9 166 5D 2F
Octal 350 10 16 0 141 136 11 546 135 57
Binary 11101000 1000 1110 0 1100001 1011110 1001 101100110 1011101 101111

Color Harmonies of #E8080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8080E

Black with #E8080E

Text Example


Text Example

White with #E8080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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