#E50308

Color #E50308 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #E50308

Tints of Venetian Red #E50308

Color information

#E50308 (or 0xE50308) is unknown color: approx Venetian Red. HEX triplet: E5, 03 and 08. RGB value is (229,3,8). Sum of RGB (Red+Green+Blue) = 229+3+8=240 (31% of max value = 765). Red value is 229 (89.84% from 255 or 95.42% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 229 - color contains mainly: red. Hex color #E50308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50308 is #1AFCF7. Grayscale: #474747. Windows color (decimal): -1768696 or 525285. OLE color: 525285.

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

Color convert

RGB22938-
CMYK00.990.970.10
HSL358.67º97.41%45.49%-
HSV(B)358.67º98.69%89.8%-
XYZ32.3916.741.75-
YUV71.1492.37240.59-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 95.42%
GREEN value IS 3 (1.56% from 255) = 1.25%
BLUE value IS 8 (3.52% from 255) = 3.33%
R=95.42%
G=1.25%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2293800.990.970.10358.6797.4145.49
HexE53806361A167612d
Octal34531001431411254714155
Binary1110010111100001100011110000110101011001111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50308; }

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

 H1.HeaderClassName
 {
   color: #E50308;
 }
 .AnyTagClassName
 {
   color: #E50308;
 }
</style>
background-color css

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

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

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

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

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

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