Html Css Color HEX #E50014 Venetian Red

📋 copy color: '#E50014'

red 229 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #E50014

Tints of Venetian Red #E50014

RGB

 RED value IS 229 (89.84% from 255) = 91.97%

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

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

R = 91.97%
G = 0%
B = 8.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E50014 (or 0xE50014) is known color: Venetian Red. HEX triplet: E5, 00 and 14. RGB value is (229,0,20). Sum of RGB (Red+Green+Blue) = 229+0+20=249 (32% of max value = 765). Red value is 229 (89.84% from 255 or 91.97% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 229 - color contains mainly: red. Hex color #E50014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50014 is #1AFFEB. Grayscale: #464646. Windows color (decimal): -1769452 or 1310949. OLE color: 1310949.

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

Color convert

RGB 229 0 20 -
CMYK 0 1 0.91 0.10
HSL 354.76º 1% 0.45% -
HSV(B) 354.76º 1% 0.9% -
XYZ 32.44 16.71 2.18 -
YUV 70.75 99.37 240.87 -
System Red Green Blue C M Y K H S L
Decimal 229 0 20 0 1 0.91 0.10 354.76 1 0.45
Hex E5 0 14 0 64 5B A 163 64 2D
Octal 345 0 24 0 144 133 12 543 144 55
Binary 11100101 0 10100 0 1100100 1011011 1010 101100011 1100100 101101

Color Harmonies of #E50014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50014

Black with #E50014

Text Example


Text Example

White with #E50014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50014; }

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

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

background-color css

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

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

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

border-color css

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

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

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