Html Css Color HEX #E2050A Venetian Red

📋 copy color: '#E2050A'

red 226 ◦ green 5 ◦ blue 10

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

Shades of Venetian Red #E2050A

Tints of Venetian Red #E2050A

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.3% from 255) = 4.15%

R = 93.78%
G = 2.07%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E2050A (or 0xE2050A) is known color: 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

RGB 226 5 10 -
CMYK 0 0.98 0.96 0.11
HSL 358.64º 0.96% 0.45% -
HSV(B) 358.64º 0.98% 0.89% -
XYZ 31.47 16.3 1.77 -
YUV 71.65 93.22 238.09 -
System Red Green Blue C M Y K H S L
Decimal 226 5 10 0 0.98 0.96 0.11 358.64 0.96 0.45
Hex E2 5 A 0 62 60 B 167 60 2D
Octal 342 5 12 0 142 140 13 547 140 55
Binary 11100010 101 1010 0 1100010 1100000 1011 101100111 1100000 101101

Color Harmonies of #E2050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2050A

Black with #E2050A

Text Example


Text Example

White with #E2050A

Text Example


Text Example

HTML Codes & Css Web 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>