Html Css Color HEX #E50219 Venetian Red

📋 copy color: '#E50219'

red 229 ◦ green 2 ◦ blue 25

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

Shades of Venetian Red #E50219

Tints of Venetian Red #E50219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 89.45%
G = 0.78%
B = 9.77%

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

#E50219 (or 0xE50219) is known color: Venetian Red. HEX triplet: E5, 02 and 19. RGB value is (229,2,25). Sum of RGB (Red+Green+Blue) = 229+2+25=256 (33% of max value = 765). Red value is 229 (89.84% from 255 or 89.45% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 229 - color contains mainly: red. Hex color #E50219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50219 is #1AFDE6. Grayscale: #484848. Windows color (decimal): -1768935 or 1639141. OLE color: 1639141.

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

Color convert

RGB 229 2 25 -
CMYK 0 0.99 0.89 0.10
HSL 353.92º 0.98% 0.45% -
HSV(B) 353.92º 0.99% 0.9% -
XYZ 32.51 16.77 2.44 -
YUV 72.5 101.21 239.63 -
System Red Green Blue C M Y K H S L
Decimal 229 2 25 0 0.99 0.89 0.10 353.92 0.98 0.45
Hex E5 2 19 0 63 59 A 162 62 2D
Octal 345 2 31 0 143 131 12 542 142 55
Binary 11100101 10 11001 0 1100011 1011001 1010 101100010 1100010 101101

Color Harmonies of #E50219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50219

Black with #E50219

Text Example


Text Example

White with #E50219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50219; }

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

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

background-color css

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

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

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

border-color css

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

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

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