Html Css Color HEX #E50910 Venetian Red

📋 copy color: '#E50910'

red 229 ◦ green 9 ◦ blue 16

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

Shades of Venetian Red #E50910

Tints of Venetian Red #E50910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.54%

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

R = 90.16%
G = 3.54%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E50910 (or 0xE50910) is known color: Venetian Red. HEX triplet: E5, 09 and 10. RGB value is (229,9,16). Sum of RGB (Red+Green+Blue) = 229+9+16=254 (33% of max value = 765). Red value is 229 (89.84% from 255 or 90.16% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 229 - color contains mainly: red. Hex color #E50910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50910 is #1AF6EF. Grayscale: #4B4B4B. Windows color (decimal): -1767152 or 1051109. OLE color: 1051109.

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

Color convert

RGB 229 9 16 -
CMYK 0 0.96 0.93 0.10
HSL 358.09º 0.92% 0.47% -
HSV(B) 358.09º 0.96% 0.9% -
XYZ 32.5 16.89 2.04 -
YUV 75.58 94.39 237.43 -
System Red Green Blue C M Y K H S L
Decimal 229 9 16 0 0.96 0.93 0.10 358.09 0.92 0.47
Hex E5 9 10 0 60 5D A 166 5C 2F
Octal 345 11 20 0 140 135 12 546 134 57
Binary 11100101 1001 10000 0 1100000 1011101 1010 101100110 1011100 101111

Color Harmonies of #E50910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50910

Black with #E50910

Text Example


Text Example

White with #E50910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50910; }

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

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

background-color css

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

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

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

border-color css

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

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

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