Html Css Color HEX #E50713 Venetian Red

📋 copy color: '#E50713'

red 229 ◦ green 7 ◦ blue 19

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

Shades of Venetian Red #E50713

Tints of Venetian Red #E50713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.75%

 BLUE value IS 19 (7.81% from 255) = 7.45%

R = 89.8%
G = 2.75%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E50713 (or 0xE50713) is known color: Venetian Red. HEX triplet: E5, 07 and 13. RGB value is (229,7,19). Sum of RGB (Red+Green+Blue) = 229+7+19=255 (33% of max value = 765). Red value is 229 (89.84% from 255 or 89.80% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 229 - color contains mainly: red. Hex color #E50713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50713 is #1AF8EC. Grayscale: #4A4A4A. Windows color (decimal): -1767661 or 1247205. OLE color: 1247205.

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

Color convert

RGB 229 7 19 -
CMYK 0 0.97 0.92 0.10
HSL 356.76º 0.94% 0.46% -
HSV(B) 356.76º 0.97% 0.9% -
XYZ 32.51 16.86 2.16 -
YUV 74.75 96.55 238.02 -
System Red Green Blue C M Y K H S L
Decimal 229 7 19 0 0.97 0.92 0.10 356.76 0.94 0.46
Hex E5 7 13 0 61 5C A 165 5E 2E
Octal 345 7 23 0 141 134 12 545 136 56
Binary 11100101 111 10011 0 1100001 1011100 1010 101100101 1011110 101110

Color Harmonies of #E50713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50713

Black with #E50713

Text Example


Text Example

White with #E50713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50713; }

 p { color: rgb(229,7,19); }

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

background-color css

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

 a { background-color: rgb(229,7,19); }

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

border-color css

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

 span { border-color: rgb(229,7,19); }

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