#E2050A

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

Shades of Venetian Red #E2050A

Tints of Venetian Red #E2050A

Color information

#E2050A (or 0xE2050A) is unknown color: approx Venetian Red. HEX triplet: E2, 05 and 0A. RGB value is (226,5,10). Sum of RGB (Red+Green+Blue) = 226+5+10=241 (31% of max value = 765). Red value is 226 (88.67% from 255 or 93.78% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 226 - color contains mainly: red. Hex color #E2050A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2050A is #1DFAF5. Grayscale: #474747. Windows color (decimal): -1964790 or 656866. OLE color: 656866.

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

Color convert

RGB226510-
CMYK00.980.960.11
HSL358.64º95.67%45.29%-
HSV(B)358.64º97.79%88.63%-
XYZ31.4716.31.77-
YUV71.6593.22238.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 93.78%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 10 (4.30% from 255) = 4.15%
R=93.78%
G=2.07%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22651000.980.960.11358.6495.6745.29
HexE25A06260B167602d
Octal34251201421401354714055
Binary11100010101101001100010110000010111011001111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2050A; }

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

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

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

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

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

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

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

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