Html Css Color HEX #E50616 Venetian Red

📋 copy color: '#E50616'

red 229 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #E50616

Tints of Venetian Red #E50616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

 BLUE value IS 22 (8.98% from 255) = 8.56%

R = 89.11%
G = 2.33%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E50616 (or 0xE50616) is known color: Venetian Red. HEX triplet: E5, 06 and 16. RGB value is (229,6,22). Sum of RGB (Red+Green+Blue) = 229+6+22=257 (34% of max value = 765). Red value is 229 (89.84% from 255 or 89.11% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 229 - color contains mainly: red. Hex color #E50616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50616 is #1AF9E9. Grayscale: #4A4A4A. Windows color (decimal): -1767914 or 1443557. OLE color: 1443557.

HSL color Cylindrical-coordinate representation of color #E50616: hue angle of 355.7º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50616 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 6 22 -
CMYK 0 0.97 0.90 0.10
HSL 355.7º 0.95% 0.46% -
HSV(B) 355.7º 0.97% 0.9% -
XYZ 32.52 16.85 2.3 -
YUV 74.5 98.38 238.2 -
System Red Green Blue C M Y K H S L
Decimal 229 6 22 0 0.97 0.90 0.10 355.7 0.95 0.46
Hex E5 6 16 0 61 5A A 164 5F 2E
Octal 345 6 26 0 141 132 12 544 137 56
Binary 11100101 110 10110 0 1100001 1011010 1010 101100100 1011111 101110

Color Harmonies of #E50616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50616

Black with #E50616

Text Example


Text Example

White with #E50616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50616; }

 p { color: rgb(229,6,22); }

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

background-color css

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

 a { background-color: rgb(229,6,22); }

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

border-color css

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

 span { border-color: rgb(229,6,22); }

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