Html Css Color HEX #E50511 Venetian Red

📋 copy color: '#E50511'

red 229 ◦ green 5 ◦ blue 17

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

Shades of Venetian Red #E50511

Tints of Venetian Red #E50511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.77%

R = 91.24%
G = 1.99%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E50511 (or 0xE50511) is known color: Venetian Red. HEX triplet: E5, 05 and 11. RGB value is (229,5,17). Sum of RGB (Red+Green+Blue) = 229+5+17=251 (33% of max value = 765). Red value is 229 (89.84% from 255 or 91.24% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 229 - color contains mainly: red. Hex color #E50511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50511 is #1AFAEE. Grayscale: #494949. Windows color (decimal): -1768175 or 1115621. OLE color: 1115621.

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

Color convert

RGB 229 5 17 -
CMYK 0 0.98 0.93 0.10
HSL 356.79º 0.96% 0.46% -
HSV(B) 356.79º 0.98% 0.9% -
XYZ 32.47 16.81 2.06 -
YUV 73.34 96.21 239.02 -
System Red Green Blue C M Y K H S L
Decimal 229 5 17 0 0.98 0.93 0.10 356.79 0.96 0.46
Hex E5 5 11 0 62 5D A 165 60 2E
Octal 345 5 21 0 142 135 12 545 140 56
Binary 11100101 101 10001 0 1100010 1011101 1010 101100101 1100000 101110

Color Harmonies of #E50511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50511

Black with #E50511

Text Example


Text Example

White with #E50511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50511; }

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

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

background-color css

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

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

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

border-color css

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

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

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