Html Css Color HEX #E50011 Venetian Red

📋 copy color: '#E50011'

red 229 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #E50011

Tints of Venetian Red #E50011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.09%
G = 0%
B = 6.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E50011 (or 0xE50011) is known color: Venetian Red. HEX triplet: E5, 00 and 11. RGB value is (229,0,17). Sum of RGB (Red+Green+Blue) = 229+0+17=246 (32% of max value = 765). Red value is 229 (89.84% from 255 or 93.09% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 229 - color contains mainly: red. Hex color #E50011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50011 is #1AFFEE. Grayscale: #464646. Windows color (decimal): -1769455 or 1114341. OLE color: 1114341.

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

Color convert

RGB 229 0 17 -
CMYK 0 1 0.93 0.10
HSL 355.55º 1% 0.45% -
HSV(B) 355.55º 1% 0.9% -
XYZ 32.41 16.7 2.05 -
YUV 70.41 97.87 241.12 -
System Red Green Blue C M Y K H S L
Decimal 229 0 17 0 1 0.93 0.10 355.55 1 0.45
Hex E5 0 11 0 64 5D A 164 64 2D
Octal 345 0 21 0 144 135 12 544 144 55
Binary 11100101 0 10001 0 1100100 1011101 1010 101100100 1100100 101101

Color Harmonies of #E50011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50011

Black with #E50011

Text Example


Text Example

White with #E50011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50011; }

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

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

background-color css

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

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

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

border-color css

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

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

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