Html Css Color HEX #E50210 Venetian Red

📋 copy color: '#E50210'

red 229 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #E50210

Tints of Venetian Red #E50210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.48%

R = 92.71%
G = 0.81%
B = 6.48%

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

#E50210 (or 0xE50210) is known color: Venetian Red. HEX triplet: E5, 02 and 10. RGB value is (229,2,16). Sum of RGB (Red+Green+Blue) = 229+2+16=247 (32% of max value = 765). Red value is 229 (89.84% from 255 or 92.71% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 229 - color contains mainly: red. Hex color #E50210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50210 is #1AFDEF. Grayscale: #474747. Windows color (decimal): -1768944 or 1049317. OLE color: 1049317.

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

Color convert

RGB 229 2 16 -
CMYK 0 0.99 0.93 0.10
HSL 356.3º 0.98% 0.45% -
HSV(B) 356.3º 0.99% 0.9% -
XYZ 32.43 16.74 2.01 -
YUV 71.47 96.71 240.36 -
System Red Green Blue C M Y K H S L
Decimal 229 2 16 0 0.99 0.93 0.10 356.3 0.98 0.45
Hex E5 2 10 0 63 5D A 164 62 2D
Octal 345 2 20 0 143 135 12 544 142 55
Binary 11100101 10 10000 0 1100011 1011101 1010 101100100 1100010 101101

Color Harmonies of #E50210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50210

Black with #E50210

Text Example


Text Example

White with #E50210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50210; }

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

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

background-color css

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

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

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

border-color css

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

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

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