Html Css Color HEX #E2001C Venetian Red

📋 copy color: '#E2001C'

red 226 ◦ green 0 ◦ blue 28

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

Shades of Venetian Red #E2001C

Tints of Venetian Red #E2001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.02%

R = 88.98%
G = 0%
B = 11.02%

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

#E2001C (or 0xE2001C) is known color: Venetian Red. HEX triplet: E2, 00 and 1C. RGB value is (226,0,28). Sum of RGB (Red+Green+Blue) = 226+0+28=254 (33% of max value = 765). Red value is 226 (88.67% from 255 or 88.98% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 226 - color contains mainly: red. Hex color #E2001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2001C is #1DFFE3. Grayscale: #464646. Windows color (decimal): -1966052 or 1835234. OLE color: 1835234.

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

Color convert

RGB 226 0 28 -
CMYK 0 1 0.88 0.11
HSL 352.57º 1% 0.44% -
HSV(B) 352.57º 1% 0.89% -
XYZ 31.57 16.25 2.57 -
YUV 70.77 103.87 238.72 -
System Red Green Blue C M Y K H S L
Decimal 226 0 28 0 1 0.88 0.11 352.57 1 0.44
Hex E2 0 1C 0 64 58 B 161 64 2C
Octal 342 0 34 0 144 130 13 541 144 54
Binary 11100010 0 11100 0 1100100 1011000 1011 101100001 1100100 101100

Color Harmonies of #E2001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2001C

Black with #E2001C

Text Example


Text Example

White with #E2001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2001C; }

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

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

background-color css

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

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

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

border-color css

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

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

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