Html Css Color HEX #E50509 Venetian Red

📋 copy color: '#E50509'

red 229 ◦ green 5 ◦ blue 9

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

Shades of Venetian Red #E50509

Tints of Venetian Red #E50509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.06%

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

R = 94.24%
G = 2.06%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E50509 (or 0xE50509) is known color: Venetian Red. HEX triplet: E5, 05 and 09. RGB value is (229,5,9). Sum of RGB (Red+Green+Blue) = 229+5+9=243 (32% of max value = 765). Red value is 229 (89.84% from 255 or 94.24% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 229 - color contains mainly: red. Hex color #E50509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50509 is #1AFAF6. Grayscale: #484848. Windows color (decimal): -1768183 or 591333. OLE color: 591333.

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

Color convert

RGB 229 5 9 -
CMYK 0 0.98 0.96 0.10
HSL 358.93º 0.96% 0.46% -
HSV(B) 358.93º 0.98% 0.9% -
XYZ 32.42 16.79 1.79 -
YUV 72.43 92.21 239.67 -
System Red Green Blue C M Y K H S L
Decimal 229 5 9 0 0.98 0.96 0.10 358.93 0.96 0.46
Hex E5 5 9 0 62 60 A 167 60 2E
Octal 345 5 11 0 142 140 12 547 140 56
Binary 11100101 101 1001 0 1100010 1100000 1010 101100111 1100000 101110

Color Harmonies of #E50509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50509

Black with #E50509

Text Example


Text Example

White with #E50509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50509; }

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

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

background-color css

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

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

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

border-color css

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

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

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