Html Css Color HEX #E80014 Venetian Red

📋 copy color: '#E80014'

red 232 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #E80014

Tints of Venetian Red #E80014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.06%
G = 0%
B = 7.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E80014 (or 0xE80014) is known color: Venetian Red. HEX triplet: E8, 00 and 14. RGB value is (232,0,20). Sum of RGB (Red+Green+Blue) = 232+0+20=252 (33% of max value = 765). Red value is 232 (91.02% from 255 or 92.06% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 232 - color contains mainly: red. Hex color #E80014 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80014 is #17FFEB. Grayscale: #474747. Windows color (decimal): -1572844 or 1310952. OLE color: 1310952.

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

Color convert

RGB 232 0 20 -
CMYK 0 1 0.91 0.09
HSL 354.83º 1% 0.45% -
HSV(B) 354.83º 1% 0.91% -
XYZ 33.4 17.21 2.22 -
YUV 71.65 98.86 242.37 -
System Red Green Blue C M Y K H S L
Decimal 232 0 20 0 1 0.91 0.09 354.83 1 0.45
Hex E8 0 14 0 64 5B 9 163 64 2D
Octal 350 0 24 0 144 133 11 543 144 55
Binary 11101000 0 10100 0 1100100 1011011 1001 101100011 1100100 101101

Color Harmonies of #E80014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80014

Black with #E80014

Text Example


Text Example

White with #E80014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80014; }

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

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

background-color css

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

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

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

border-color css

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

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

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