#E2050B

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

Shades of Venetian Red #E2050B

Tints of Venetian Red #E2050B

Color information

#E2050B (or 0xE2050B) is unknown color: approx Venetian Red. HEX triplet: E2, 05 and 0B. RGB value is (226,5,11). Sum of RGB (Red+Green+Blue) = 226+5+11=242 (32% of max value = 765). Red value is 226 (88.67% from 255 or 93.39% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 226 - color contains mainly: red. Hex color #E2050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2050B is #1DFAF4. Grayscale: #474747. Windows color (decimal): -1964789 or 722402. OLE color: 722402.

HSL color Cylindrical-coordinate representation of color #E2050B: hue angle of 358.37º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2050B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB226511-
CMYK00.980.950.11
HSL358.37º95.67%45.29%-
HSV(B)358.37º97.79%88.63%-
XYZ31.4816.31.8-
YUV71.7693.72238.01-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 93.39%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 11 (4.69% from 255) = 4.55%
R=93.39%
G=2.07%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22651100.980.950.11358.3795.6745.29
HexE25B0625FB166602d
Octal34251301421371354614055
Binary11100010101101101100010101111110111011001101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2050B; }

 p { color: rgb(226,5,11); }

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

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

 a { background-color: rgb(226,5,11); }

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

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

 span { border-color: rgb(226,5,11); }

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