Html Css Color HEX #E50211 Venetian Red

📋 copy color: '#E50211'

red 229 ◦ green 2 ◦ blue 17

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

Shades of Venetian Red #E50211

Tints of Venetian Red #E50211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 92.34%
G = 0.81%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E50211 (or 0xE50211) is known color: Venetian Red. HEX triplet: E5, 02 and 11. RGB value is (229,2,17). Sum of RGB (Red+Green+Blue) = 229+2+17=248 (32% of max value = 765). Red value is 229 (89.84% from 255 or 92.34% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 229 - color contains mainly: red. Hex color #E50211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50211 is #1AFDEE. Grayscale: #474747. Windows color (decimal): -1768943 or 1114853. OLE color: 1114853.

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

Color convert

RGB 229 2 17 -
CMYK 0 0.99 0.93 0.10
HSL 356.04º 0.98% 0.45% -
HSV(B) 356.04º 0.99% 0.9% -
XYZ 32.44 16.74 2.05 -
YUV 71.58 97.21 240.28 -
System Red Green Blue C M Y K H S L
Decimal 229 2 17 0 0.99 0.93 0.10 356.04 0.98 0.45
Hex E5 2 11 0 63 5D A 164 62 2D
Octal 345 2 21 0 143 135 12 544 142 55
Binary 11100101 10 10001 0 1100011 1011101 1010 101100100 1100010 101101

Color Harmonies of #E50211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50211

Black with #E50211

Text Example


Text Example

White with #E50211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50211; }

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

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

background-color css

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

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

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

border-color css

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

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

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