Html Css Color HEX #E80314 Venetian Red

📋 copy color: '#E80314'

red 232 ◦ green 3 ◦ blue 20

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

Shades of Venetian Red #E80314

Tints of Venetian Red #E80314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.84%

R = 90.98%
G = 1.18%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E80314 (or 0xE80314) is known color: Venetian Red. HEX triplet: E8, 03 and 14. RGB value is (232,3,20). Sum of RGB (Red+Green+Blue) = 232+3+20=255 (33% of max value = 765). Red value is 232 (91.02% from 255 or 90.98% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 232 - color contains mainly: red. Hex color #E80314 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80314 is #17FCEB. Grayscale: #494949. Windows color (decimal): -1572076 or 1311720. OLE color: 1311720.

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

Color convert

RGB 232 3 20 -
CMYK 0 0.99 0.91 0.09
HSL 355.55º 0.97% 0.46% -
HSV(B) 355.55º 0.99% 0.91% -
XYZ 33.44 17.27 2.23 -
YUV 73.41 97.87 241.12 -
System Red Green Blue C M Y K H S L
Decimal 232 3 20 0 0.99 0.91 0.09 355.55 0.97 0.46
Hex E8 3 14 0 63 5B 9 164 61 2E
Octal 350 3 24 0 143 133 11 544 141 56
Binary 11101000 11 10100 0 1100011 1011011 1001 101100100 1100001 101110

Color Harmonies of #E80314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80314

Black with #E80314

Text Example


Text Example

White with #E80314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80314; }

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

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

background-color css

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

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

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

border-color css

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

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

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