Html Css Color HEX #E80319 Venetian Red

📋 copy color: '#E80319'

red 232 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #E80319

Tints of Venetian Red #E80319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 25 (10.16% from 255) = 9.62%

R = 89.23%
G = 1.15%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E80319 (or 0xE80319) is known color: Venetian Red. HEX triplet: E8, 03 and 19. RGB value is (232,3,25). Sum of RGB (Red+Green+Blue) = 232+3+25=260 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.23% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 232 - color contains mainly: red. Hex color #E80319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80319 is #17FCE6. Grayscale: #4A4A4A. Windows color (decimal): -1572071 or 1639400. OLE color: 1639400.

HSL color Cylindrical-coordinate representation of color #E80319: hue angle of 354.24º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80319 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 3 25 -
CMYK 0 0.99 0.89 0.09
HSL 354.24º 0.97% 0.46% -
HSV(B) 354.24º 0.99% 0.91% -
XYZ 33.49 17.29 2.49 -
YUV 73.98 100.37 240.71 -
System Red Green Blue C M Y K H S L
Decimal 232 3 25 0 0.99 0.89 0.09 354.24 0.97 0.46
Hex E8 3 19 0 63 59 9 162 61 2E
Octal 350 3 31 0 143 131 11 542 141 56
Binary 11101000 11 11001 0 1100011 1011001 1001 101100010 1100001 101110

Color Harmonies of #E80319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80319

Black with #E80319

Text Example


Text Example

White with #E80319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80319; }

 p { color: rgb(232,3,25); }

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

background-color css

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

 a { background-color: rgb(232,3,25); }

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

border-color css

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

 span { border-color: rgb(232,3,25); }

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