Html Css Color HEX #E2001F Venetian Red

📋 copy color: '#E2001F'

red 226 ◦ green 0 ◦ blue 31

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

Shades of Venetian Red #E2001F

Tints of Venetian Red #E2001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 87.94%
G = 0%
B = 12.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2001F (or 0xE2001F) is known color: Venetian Red. HEX triplet: E2, 00 and 1F. RGB value is (226,0,31). Sum of RGB (Red+Green+Blue) = 226+0+31=257 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.94% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 226 - color contains mainly: red. Hex color #E2001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2001F is #1DFFE0. Grayscale: #474747. Windows color (decimal): -1966049 or 2031842. OLE color: 2031842.

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

Color convert

RGB 226 0 31 -
CMYK 0 1 0.86 0.11
HSL 351.77º 1% 0.44% -
HSV(B) 351.77º 1% 0.89% -
XYZ 31.61 16.27 2.77 -
YUV 71.11 105.37 238.48 -
System Red Green Blue C M Y K H S L
Decimal 226 0 31 0 1 0.86 0.11 351.77 1 0.44
Hex E2 0 1F 0 64 56 B 160 64 2C
Octal 342 0 37 0 144 126 13 540 144 54
Binary 11100010 0 11111 0 1100100 1010110 1011 101100000 1100100 101100

Color Harmonies of #E2001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2001F

Black with #E2001F

Text Example


Text Example

White with #E2001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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