Html Css Color HEX #E50116 Venetian Red

📋 copy color: '#E50116'

red 229 ◦ green 1 ◦ blue 22

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

Shades of Venetian Red #E50116

Tints of Venetian Red #E50116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 90.87%
G = 0.4%
B = 8.73%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E50116 (or 0xE50116) is known color: Venetian Red. HEX triplet: E5, 01 and 16. RGB value is (229,1,22). Sum of RGB (Red+Green+Blue) = 229+1+22=252 (33% of max value = 765). Red value is 229 (89.84% from 255 or 90.87% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 229 - color contains mainly: red. Hex color #E50116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50116 is #1AFEE9. Grayscale: #474747. Windows color (decimal): -1769194 or 1442277. OLE color: 1442277.

HSL color Cylindrical-coordinate representation of color #E50116: hue angle of 354.47º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50116 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 1 22 -
CMYK 0 1.00 0.90 0.10
HSL 354.47º 0.99% 0.45% -
HSV(B) 354.47º 1% 0.9% -
XYZ 32.47 16.74 2.28 -
YUV 71.57 100.04 240.29 -
System Red Green Blue C M Y K H S L
Decimal 229 1 22 0 1.00 0.90 0.10 354.47 0.99 0.45
Hex E5 1 16 0 64 5A A 162 63 2D
Octal 345 1 26 0 144 132 12 542 143 55
Binary 11100101 1 10110 0 1100100 1011010 1010 101100010 1100011 101101

Color Harmonies of #E50116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50116

Black with #E50116

Text Example


Text Example

White with #E50116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50116; }

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

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

background-color css

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

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

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

border-color css

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

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

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