Html Css Color HEX #E50419 Venetian Red

📋 copy color: '#E50419'

red 229 ◦ green 4 ◦ blue 25

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

Shades of Venetian Red #E50419

Tints of Venetian Red #E50419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.55%

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

R = 88.76%
G = 1.55%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E50419 (or 0xE50419) is known color: Venetian Red. HEX triplet: E5, 04 and 19. RGB value is (229,4,25). Sum of RGB (Red+Green+Blue) = 229+4+25=258 (34% of max value = 765). Red value is 229 (89.84% from 255 or 88.76% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 229 - color contains mainly: red. Hex color #E50419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50419 is #1AFBE6. Grayscale: #494949. Windows color (decimal): -1768423 or 1639653. OLE color: 1639653.

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

Color convert

RGB 229 4 25 -
CMYK 0 0.98 0.89 0.10
HSL 354.4º 0.97% 0.46% -
HSV(B) 354.4º 0.98% 0.9% -
XYZ 32.53 16.82 2.45 -
YUV 73.67 100.54 238.79 -
System Red Green Blue C M Y K H S L
Decimal 229 4 25 0 0.98 0.89 0.10 354.4 0.97 0.46
Hex E5 4 19 0 62 59 A 162 61 2E
Octal 345 4 31 0 142 131 12 542 141 56
Binary 11100101 100 11001 0 1100010 1011001 1010 101100010 1100001 101110

Color Harmonies of #E50419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50419

Black with #E50419

Text Example


Text Example

White with #E50419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50419; }

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

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

background-color css

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

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

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

border-color css

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

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

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