Html Css Color HEX #E80809 Venetian Red

📋 copy color: '#E80809'

red 232 ◦ green 8 ◦ blue 9

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

Shades of Venetian Red #E80809

Tints of Venetian Red #E80809

RGB

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

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

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

R = 93.17%
G = 3.21%
B = 3.61%

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

#E80809 (or 0xE80809) is known color: Venetian Red. HEX triplet: E8, 08 and 09. RGB value is (232,8,9). Sum of RGB (Red+Green+Blue) = 232+8+9=249 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.17% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 232 - color contains mainly: red. Hex color #E80809 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80809 is #17F7F6. Grayscale: #4B4B4B. Windows color (decimal): -1570807 or 592104. OLE color: 592104.

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

Color convert

RGB 232 8 9 -
CMYK 0 0.97 0.96 0.09
HSL 359.73º 0.93% 0.47% -
HSV(B) 359.73º 0.97% 0.91% -
XYZ 33.41 17.35 1.85 -
YUV 75.09 90.71 239.92 -
System Red Green Blue C M Y K H S L
Decimal 232 8 9 0 0.97 0.96 0.09 359.73 0.93 0.47
Hex E8 8 9 0 61 60 9 168 5D 2F
Octal 350 10 11 0 141 140 11 550 135 57
Binary 11101000 1000 1001 0 1100001 1100000 1001 101101000 1011101 101111

Color Harmonies of #E80809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80809

Black with #E80809

Text Example


Text Example

White with #E80809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80809; }

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

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

background-color css

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

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

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

border-color css

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

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

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