Html Css Color HEX #E50709 Venetian Red

📋 copy color: '#E50709'

red 229 ◦ green 7 ◦ blue 9

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

Shades of Venetian Red #E50709

Tints of Venetian Red #E50709

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.86%

 BLUE value IS 9 (3.91% from 255) = 3.67%

R = 93.47%
G = 2.86%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E50709 (or 0xE50709) is known color: Venetian Red. HEX triplet: E5, 07 and 09. RGB value is (229,7,9). Sum of RGB (Red+Green+Blue) = 229+7+9=245 (32% of max value = 765). Red value is 229 (89.84% from 255 or 93.47% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 229 - color contains mainly: red. Hex color #E50709 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50709 is #1AF8F6. Grayscale: #494949. Windows color (decimal): -1767671 or 591845. OLE color: 591845.

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

Color convert

RGB 229 7 9 -
CMYK 0 0.97 0.96 0.10
HSL 359.46º 0.94% 0.46% -
HSV(B) 359.46º 0.97% 0.9% -
XYZ 32.44 16.83 1.8 -
YUV 73.61 91.55 238.84 -
System Red Green Blue C M Y K H S L
Decimal 229 7 9 0 0.97 0.96 0.10 359.46 0.94 0.46
Hex E5 7 9 0 61 60 A 167 5E 2E
Octal 345 7 11 0 141 140 12 547 136 56
Binary 11100101 111 1001 0 1100001 1100000 1010 101100111 1011110 101110

Color Harmonies of #E50709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50709

Black with #E50709

Text Example


Text Example

White with #E50709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50709; }

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

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

background-color css

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

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

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

border-color css

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

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

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