Html Css Color HEX #E50508 Venetian Red

📋 copy color: '#E50508'

red 229 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #E50508

Tints of Venetian Red #E50508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.31%

R = 94.63%
G = 2.07%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E50508 (or 0xE50508) is known color: Venetian Red. HEX triplet: E5, 05 and 08. RGB value is (229,5,8). Sum of RGB (Red+Green+Blue) = 229+5+8=242 (32% of max value = 765). Red value is 229 (89.84% from 255 or 94.63% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 229 - color contains mainly: red. Hex color #E50508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50508 is #1AFAF7. Grayscale: #484848. Windows color (decimal): -1768184 or 525797. OLE color: 525797.

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

Color convert

RGB 229 5 8 -
CMYK 0 0.98 0.97 0.10
HSL 359.2º 0.96% 0.46% -
HSV(B) 359.2º 0.98% 0.9% -
XYZ 32.41 16.78 1.76 -
YUV 72.32 91.71 239.76 -
System Red Green Blue C M Y K H S L
Decimal 229 5 8 0 0.98 0.97 0.10 359.2 0.96 0.46
Hex E5 5 8 0 62 61 A 167 60 2E
Octal 345 5 10 0 142 141 12 547 140 56
Binary 11100101 101 1000 0 1100010 1100001 1010 101100111 1100000 101110

Color Harmonies of #E50508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50508

Black with #E50508

Text Example


Text Example

White with #E50508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50508; }

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

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

background-color css

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

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

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

border-color css

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

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

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