Html Css Color HEX #E50313 Venetian Red

📋 copy color: '#E50313'

red 229 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #E50313

Tints of Venetian Red #E50313

RGB

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

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

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

R = 91.24%
G = 1.2%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E50313 (or 0xE50313) is known color: Venetian Red. HEX triplet: E5, 03 and 13. RGB value is (229,3,19). Sum of RGB (Red+Green+Blue) = 229+3+19=251 (33% of max value = 765). Red value is 229 (89.84% from 255 or 91.24% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 229 - color contains mainly: red. Hex color #E50313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50313 is #1AFCEC. Grayscale: #484848. Windows color (decimal): -1768685 or 1246181. OLE color: 1246181.

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

Color convert

RGB 229 3 19 -
CMYK 0 0.99 0.92 0.10
HSL 355.75º 0.97% 0.45% -
HSV(B) 355.75º 0.99% 0.9% -
XYZ 32.46 16.77 2.14 -
YUV 72.4 97.87 239.7 -
System Red Green Blue C M Y K H S L
Decimal 229 3 19 0 0.99 0.92 0.10 355.75 0.97 0.45
Hex E5 3 13 0 63 5C A 164 61 2D
Octal 345 3 23 0 143 134 12 544 141 55
Binary 11100101 11 10011 0 1100011 1011100 1010 101100100 1100001 101101

Color Harmonies of #E50313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50313

Black with #E50313

Text Example


Text Example

White with #E50313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50313; }

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

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

background-color css

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

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

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

border-color css

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

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

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