Html Css Color HEX #E80709 Venetian Red

📋 copy color: '#E80709'

red 232 ◦ green 7 ◦ blue 9

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

Shades of Venetian Red #E80709

Tints of Venetian Red #E80709

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.82%

 BLUE value IS 9 (3.91% from 255) = 3.63%

R = 93.55%
G = 2.82%
B = 3.63%

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

#E80709 (or 0xE80709) is known color: Venetian Red. HEX triplet: E8, 07 and 09. RGB value is (232,7,9). Sum of RGB (Red+Green+Blue) = 232+7+9=248 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.55% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 232 - color contains mainly: red. Hex color #E80709 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80709 is #17F8F6. Grayscale: #4A4A4A. Windows color (decimal): -1571063 or 591848. OLE color: 591848.

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

Color convert

RGB 232 7 9 -
CMYK 0 0.97 0.96 0.09
HSL 359.47º 0.94% 0.47% -
HSV(B) 359.47º 0.97% 0.91% -
XYZ 33.4 17.33 1.84 -
YUV 74.5 91.04 240.34 -
System Red Green Blue C M Y K H S L
Decimal 232 7 9 0 0.97 0.96 0.09 359.47 0.94 0.47
Hex E8 7 9 0 61 60 9 167 5E 2F
Octal 350 7 11 0 141 140 11 547 136 57
Binary 11101000 111 1001 0 1100001 1100000 1001 101100111 1011110 101111

Color Harmonies of #E80709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80709

Black with #E80709

Text Example


Text Example

White with #E80709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80709; }

 p { color: rgb(232,7,9); }

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

background-color css

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

 a { background-color: rgb(232,7,9); }

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

border-color css

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

 span { border-color: rgb(232,7,9); }

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