Html Css Color HEX #E1001F Venetian Red

📋 copy color: '#E1001F'

red 225 ◦ green 0 ◦ blue 31

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

Shades of Venetian Red #E1001F

Tints of Venetian Red #E1001F

RGB

 RED value IS 225 (88.28% from 255) = 87.89%

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

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

R = 87.89%
G = 0%
B = 12.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1001F (or 0xE1001F) is known color: Venetian Red. HEX triplet: E1, 00 and 1F. RGB value is (225,0,31). Sum of RGB (Red+Green+Blue) = 225+0+31=256 (33% of max value = 765). Red value is 225 (88.28% from 255 or 87.89% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 225 - color contains mainly: red. Hex color #E1001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1001F is #1EFFE0. Grayscale: #464646. Windows color (decimal): -2031585 or 2031841. OLE color: 2031841.

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

Color convert

RGB 225 0 31 -
CMYK 0 1 0.86 0.12
HSL 351.73º 1% 0.44% -
HSV(B) 351.73º 1% 0.88% -
XYZ 31.3 16.11 2.76 -
YUV 70.81 105.54 237.98 -
System Red Green Blue C M Y K H S L
Decimal 225 0 31 0 1 0.86 0.12 351.73 1 0.44
Hex E1 0 1F 0 64 56 C 160 64 2C
Octal 341 0 37 0 144 126 14 540 144 54
Binary 11100001 0 11111 0 1100100 1010110 1100 101100000 1100100 101100

Color Harmonies of #E1001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1001F

Black with #E1001F

Text Example


Text Example

White with #E1001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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