Html Css Color HEX #E50010 Venetian Red

📋 copy color: '#E50010'

red 229 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #E50010

Tints of Venetian Red #E50010

RGB

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

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

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

R = 93.47%
G = 0%
B = 6.53%

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

#E50010 (or 0xE50010) is known color: Venetian Red. HEX triplet: E5, 00 and 10. RGB value is (229,0,16). Sum of RGB (Red+Green+Blue) = 229+0+16=245 (32% of max value = 765). Red value is 229 (89.84% from 255 or 93.47% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 229 - color contains mainly: red. Hex color #E50010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50010 is #1AFFEF. Grayscale: #464646. Windows color (decimal): -1769456 or 1048805. OLE color: 1048805.

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

Color convert

RGB 229 0 16 -
CMYK 0 1 0.93 0.10
HSL 355.81º 1% 0.45% -
HSV(B) 355.81º 1% 0.9% -
XYZ 32.41 16.7 2 -
YUV 70.3 97.37 241.2 -
System Red Green Blue C M Y K H S L
Decimal 229 0 16 0 1 0.93 0.10 355.81 1 0.45
Hex E5 0 10 0 64 5D A 164 64 2D
Octal 345 0 20 0 144 135 12 544 144 55
Binary 11100101 0 10000 0 1100100 1011101 1010 101100100 1100100 101101

Color Harmonies of #E50010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50010

Black with #E50010

Text Example


Text Example

White with #E50010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50010; }

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

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

background-color css

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

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

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

border-color css

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

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

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