Html Css Color HEX #E8080C Venetian Red

📋 copy color: '#E8080C'

red 232 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #E8080C

Tints of Venetian Red #E8080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.76%

R = 92.06%
G = 3.17%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8080C (or 0xE8080C) is known color: Venetian Red. HEX triplet: E8, 08 and 0C. RGB value is (232,8,12). Sum of RGB (Red+Green+Blue) = 232+8+12=252 (33% of max value = 765). Red value is 232 (91.02% from 255 or 92.06% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 232 - color contains mainly: red. Hex color #E8080C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8080C is #17F7F3. Grayscale: #4B4B4B. Windows color (decimal): -1570804 or 788712. OLE color: 788712.

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

Color convert

RGB 232 8 12 -
CMYK 0 0.97 0.95 0.09
HSL 358.93º 0.93% 0.47% -
HSV(B) 358.93º 0.97% 0.91% -
XYZ 33.43 17.36 1.94 -
YUV 75.43 92.21 239.67 -
System Red Green Blue C M Y K H S L
Decimal 232 8 12 0 0.97 0.95 0.09 358.93 0.93 0.47
Hex E8 8 C 0 61 5F 9 167 5D 2F
Octal 350 10 14 0 141 137 11 547 135 57
Binary 11101000 1000 1100 0 1100001 1011111 1001 101100111 1011101 101111

Color Harmonies of #E8080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8080C

Black with #E8080C

Text Example


Text Example

White with #E8080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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