Html Css Color HEX #E7080C Venetian Red

📋 copy color: '#E7080C'

red 231 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #E7080C

Tints of Venetian Red #E7080C

RGB

 RED value IS 231 (90.63% from 255) = 92.03%

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

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

R = 92.03%
G = 3.19%
B = 4.78%

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

#E7080C (or 0xE7080C) is known color: Venetian Red. HEX triplet: E7, 08 and 0C. RGB value is (231,8,12). Sum of RGB (Red+Green+Blue) = 231+8+12=251 (33% of max value = 765). Red value is 231 (90.62% from 255 or 92.03% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 231 - color contains mainly: red. Hex color #E7080C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7080C is #18F7F3. Grayscale: #4B4B4B. Windows color (decimal): -1636340 or 788711. OLE color: 788711.

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

Color convert

RGB 231 8 12 -
CMYK 0 0.97 0.95 0.09
HSL 358.92º 0.93% 0.47% -
HSV(B) 358.92º 0.97% 0.91% -
XYZ 33.11 17.19 1.92 -
YUV 75.13 92.38 239.17 -
System Red Green Blue C M Y K H S L
Decimal 231 8 12 0 0.97 0.95 0.09 358.92 0.93 0.47
Hex E7 8 C 0 61 5F 9 167 5D 2F
Octal 347 10 14 0 141 137 11 547 135 57
Binary 11100111 1000 1100 0 1100001 1011111 1001 101100111 1011101 101111

Color Harmonies of #E7080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7080C

Black with #E7080C

Text Example


Text Example

White with #E7080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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