Html Css Color HEX #E50319 Venetian Red

📋 copy color: '#E50319'

red 229 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #E50319

Tints of Venetian Red #E50319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.73%

R = 89.11%
G = 1.17%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E50319 (or 0xE50319) is known color: Venetian Red. HEX triplet: E5, 03 and 19. RGB value is (229,3,25). Sum of RGB (Red+Green+Blue) = 229+3+25=257 (34% of max value = 765). Red value is 229 (89.84% from 255 or 89.11% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 229 - color contains mainly: red. Hex color #E50319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50319 is #1AFCE6. Grayscale: #494949. Windows color (decimal): -1768679 or 1639397. OLE color: 1639397.

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

Color convert

RGB 229 3 25 -
CMYK 0 0.99 0.89 0.10
HSL 354.16º 0.97% 0.45% -
HSV(B) 354.16º 0.99% 0.9% -
XYZ 32.52 16.79 2.45 -
YUV 73.08 100.87 239.21 -
System Red Green Blue C M Y K H S L
Decimal 229 3 25 0 0.99 0.89 0.10 354.16 0.97 0.45
Hex E5 3 19 0 63 59 A 162 61 2D
Octal 345 3 31 0 143 131 12 542 141 55
Binary 11100101 11 11001 0 1100011 1011001 1010 101100010 1100001 101101

Color Harmonies of #E50319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50319

Black with #E50319

Text Example


Text Example

White with #E50319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50319; }

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

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

background-color css

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

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

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

border-color css

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

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

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