Html Css Color HEX #E50118 Venetian Red

📋 copy color: '#E50118'

red 229 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #E50118

Tints of Venetian Red #E50118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.45%

R = 90.16%
G = 0.39%
B = 9.45%

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

#E50118 (or 0xE50118) is known color: Venetian Red. HEX triplet: E5, 01 and 18. RGB value is (229,1,24). Sum of RGB (Red+Green+Blue) = 229+1+24=254 (33% of max value = 765). Red value is 229 (89.84% from 255 or 90.16% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 229 - color contains mainly: red. Hex color #E50118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50118 is #1AFEE7. Grayscale: #474747. Windows color (decimal): -1769192 or 1573349. OLE color: 1573349.

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

Color convert

RGB 229 1 24 -
CMYK 0 1.00 0.90 0.10
HSL 353.95º 0.99% 0.45% -
HSV(B) 353.95º 1% 0.9% -
XYZ 32.49 16.75 2.38 -
YUV 71.79 101.04 240.13 -
System Red Green Blue C M Y K H S L
Decimal 229 1 24 0 1.00 0.90 0.10 353.95 0.99 0.45
Hex E5 1 18 0 64 5A A 162 63 2D
Octal 345 1 30 0 144 132 12 542 143 55
Binary 11100101 1 11000 0 1100100 1011010 1010 101100010 1100011 101101

Color Harmonies of #E50118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50118

Black with #E50118

Text Example


Text Example

White with #E50118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50118; }

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

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

background-color css

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

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

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

border-color css

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

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

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