Html Css Color HEX #E50513 Venetian Red

📋 copy color: '#E50513'

red 229 ◦ green 5 ◦ blue 19

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

Shades of Venetian Red #E50513

Tints of Venetian Red #E50513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

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

R = 90.51%
G = 1.98%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E50513 (or 0xE50513) is known color: Venetian Red. HEX triplet: E5, 05 and 13. RGB value is (229,5,19). Sum of RGB (Red+Green+Blue) = 229+5+19=253 (33% of max value = 765). Red value is 229 (89.84% from 255 or 90.51% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 229 - color contains mainly: red. Hex color #E50513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50513 is #1AFAEC. Grayscale: #494949. Windows color (decimal): -1768173 or 1246693. OLE color: 1246693.

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

Color convert

RGB 229 5 19 -
CMYK 0 0.98 0.92 0.10
HSL 356.25º 0.96% 0.46% -
HSV(B) 356.25º 0.98% 0.9% -
XYZ 32.48 16.81 2.15 -
YUV 73.57 97.21 238.86 -
System Red Green Blue C M Y K H S L
Decimal 229 5 19 0 0.98 0.92 0.10 356.25 0.96 0.46
Hex E5 5 13 0 62 5C A 164 60 2E
Octal 345 5 23 0 142 134 12 544 140 56
Binary 11100101 101 10011 0 1100010 1011100 1010 101100100 1100000 101110

Color Harmonies of #E50513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50513

Black with #E50513

Text Example


Text Example

White with #E50513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50513; }

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

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

background-color css

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

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

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

border-color css

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

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

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