Html Css Color HEX #E80609 Venetian Red

📋 copy color: '#E80609'

red 232 ◦ green 6 ◦ blue 9

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

Shades of Venetian Red #E80609

Tints of Venetian Red #E80609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.43%

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

R = 93.93%
G = 2.43%
B = 3.64%

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

#E80609 (or 0xE80609) is known color: Venetian Red. HEX triplet: E8, 06 and 09. RGB value is (232,6,9). Sum of RGB (Red+Green+Blue) = 232+6+9=247 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.93% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 232 - color contains mainly: red. Hex color #E80609 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80609 is #17F9F6. Grayscale: #4A4A4A. Windows color (decimal): -1571319 or 591592. OLE color: 591592.

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

Color convert

RGB 232 6 9 -
CMYK 0 0.97 0.96 0.09
HSL 359.2º 0.95% 0.47% -
HSV(B) 359.2º 0.97% 0.91% -
XYZ 33.39 17.31 1.84 -
YUV 73.92 91.37 240.76 -
System Red Green Blue C M Y K H S L
Decimal 232 6 9 0 0.97 0.96 0.09 359.2 0.95 0.47
Hex E8 6 9 0 61 60 9 167 5F 2F
Octal 350 6 11 0 141 140 11 547 137 57
Binary 11101000 110 1001 0 1100001 1100000 1001 101100111 1011111 101111

Color Harmonies of #E80609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80609

Black with #E80609

Text Example


Text Example

White with #E80609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80609; }

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

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

background-color css

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

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

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

border-color css

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

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

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