Html Css Color HEX #E2001A Venetian Red

📋 copy color: '#E2001A'

red 226 ◦ green 0 ◦ blue 26

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

Shades of Venetian Red #E2001A

Tints of Venetian Red #E2001A

RGB

 RED value IS 226 (88.67% from 255) = 89.68%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 89.68%
G = 0%
B = 10.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2001A (or 0xE2001A) is known color: Venetian Red. HEX triplet: E2, 00 and 1A. RGB value is (226,0,26). Sum of RGB (Red+Green+Blue) = 226+0+26=252 (33% of max value = 765). Red value is 226 (88.67% from 255 or 89.68% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 226 - color contains mainly: red. Hex color #E2001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2001A is #1DFFE5. Grayscale: #464646. Windows color (decimal): -1966054 or 1704162. OLE color: 1704162.

HSL color Cylindrical-coordinate representation of color #E2001A: hue angle of 353.1º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2001A is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 0 26 -
CMYK 0 1 0.88 0.11
HSL 353.1º 1% 0.44% -
HSV(B) 353.1º 1% 0.89% -
XYZ 31.55 16.24 2.45 -
YUV 70.54 102.87 238.89 -
System Red Green Blue C M Y K H S L
Decimal 226 0 26 0 1 0.88 0.11 353.1 1 0.44
Hex E2 0 1A 0 64 58 B 161 64 2C
Octal 342 0 32 0 144 130 13 541 144 54
Binary 11100010 0 11010 0 1100100 1011000 1011 101100001 1100100 101100

Color Harmonies of #E2001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2001A

Black with #E2001A

Text Example


Text Example

White with #E2001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2001A; }

 p { color: rgb(226,0,26); }

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

background-color css

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

 a { background-color: rgb(226,0,26); }

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

border-color css

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

 span { border-color: rgb(226,0,26); }

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