Html Css Color HEX #E50314 Venetian Red

📋 copy color: '#E50314'

red 229 ◦ green 3 ◦ blue 20

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

Shades of Venetian Red #E50314

Tints of Venetian Red #E50314

RGB

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

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

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

R = 90.87%
G = 1.19%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E50314 (or 0xE50314) is known color: Venetian Red. HEX triplet: E5, 03 and 14. RGB value is (229,3,20). Sum of RGB (Red+Green+Blue) = 229+3+20=252 (33% of max value = 765). Red value is 229 (89.84% from 255 or 90.87% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 229 - color contains mainly: red. Hex color #E50314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50314 is #1AFCEB. Grayscale: #484848. Windows color (decimal): -1768684 or 1311717. OLE color: 1311717.

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

Color convert

RGB 229 3 20 -
CMYK 0 0.99 0.91 0.10
HSL 355.49º 0.97% 0.45% -
HSV(B) 355.49º 0.99% 0.9% -
XYZ 32.47 16.77 2.19 -
YUV 72.51 98.37 239.62 -
System Red Green Blue C M Y K H S L
Decimal 229 3 20 0 0.99 0.91 0.10 355.49 0.97 0.45
Hex E5 3 14 0 63 5B A 163 61 2D
Octal 345 3 24 0 143 133 12 543 141 55
Binary 11100101 11 10100 0 1100011 1011011 1010 101100011 1100001 101101

Color Harmonies of #E50314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50314

Black with #E50314

Text Example


Text Example

White with #E50314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50314; }

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

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

background-color css

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

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

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

border-color css

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

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

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