Html Css Color HEX #E80813 Venetian Red

📋 copy color: '#E80813'

red 232 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #E80813

Tints of Venetian Red #E80813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.34%

R = 89.58%
G = 3.09%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E80813 (or 0xE80813) is known color: Venetian Red. HEX triplet: E8, 08 and 13. RGB value is (232,8,19). Sum of RGB (Red+Green+Blue) = 232+8+19=259 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.58% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 232 - color contains mainly: red. Hex color #E80813 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80813 is #17F7EC. Grayscale: #4C4C4C. Windows color (decimal): -1570797 or 1247464. OLE color: 1247464.

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

Color convert

RGB 232 8 19 -
CMYK 0 0.97 0.92 0.09
HSL 357.05º 0.93% 0.47% -
HSV(B) 357.05º 0.97% 0.91% -
XYZ 33.48 17.38 2.21 -
YUV 76.23 95.71 239.11 -
System Red Green Blue C M Y K H S L
Decimal 232 8 19 0 0.97 0.92 0.09 357.05 0.93 0.47
Hex E8 8 13 0 61 5C 9 165 5D 2F
Octal 350 10 23 0 141 134 11 545 135 57
Binary 11101000 1000 10011 0 1100001 1011100 1001 101100101 1011101 101111

Color Harmonies of #E80813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80813

Black with #E80813

Text Example


Text Example

White with #E80813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80813; }

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

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

background-color css

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

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

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

border-color css

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

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

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