Html Css Color HEX #E50510 Venetian Red

📋 copy color: '#E50510'

red 229 ◦ green 5 ◦ blue 16

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

Shades of Venetian Red #E50510

Tints of Venetian Red #E50510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.4%

R = 91.6%
G = 2%
B = 6.4%

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

#E50510 (or 0xE50510) is known color: Venetian Red. HEX triplet: E5, 05 and 10. RGB value is (229,5,16). Sum of RGB (Red+Green+Blue) = 229+5+16=250 (33% of max value = 765). Red value is 229 (89.84% from 255 or 91.6% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 229 - color contains mainly: red. Hex color #E50510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50510 is #1AFAEF. Grayscale: #494949. Windows color (decimal): -1768176 or 1050085. OLE color: 1050085.

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

Color convert

RGB 229 5 16 -
CMYK 0 0.98 0.93 0.10
HSL 357.05º 0.96% 0.46% -
HSV(B) 357.05º 0.98% 0.9% -
XYZ 32.46 16.8 2.02 -
YUV 73.23 95.71 239.11 -
System Red Green Blue C M Y K H S L
Decimal 229 5 16 0 0.98 0.93 0.10 357.05 0.96 0.46
Hex E5 5 10 0 62 5D A 165 60 2E
Octal 345 5 20 0 142 135 12 545 140 56
Binary 11100101 101 10000 0 1100010 1011101 1010 101100101 1100000 101110

Color Harmonies of #E50510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50510

Black with #E50510

Text Example


Text Example

White with #E50510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50510; }

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

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

background-color css

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

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

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

border-color css

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

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

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