Html Css Color HEX #E10001 Venetian Red

📋 copy color: '#E10001'

red 225 ◦ green 0 ◦ blue 1

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

Shades of Venetian Red #E10001

Tints of Venetian Red #E10001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 99.56%
G = 0%
B = 0.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E10001 (or 0xE10001) is known color: Venetian Red. HEX triplet: E1, 00 and 01. RGB value is (225,0,1). Sum of RGB (Red+Green+Blue) = 225+0+1=226 (29% of max value = 765). Red value is 225 (88.28% from 255 or 99.56% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 225 - color contains mainly: red. Hex color #E10001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10001 is #1EFFFE. Grayscale: #434343. Windows color (decimal): -2031615 or 65761. OLE color: 65761.

HSL color Cylindrical-coordinate representation of color #E10001: hue angle of 359.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 #E10001 is Cyan = 0, Magento = 1, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 0 1 -
CMYK 0 1 1.00 0.12
HSL 359.73º 1% 0.44% -
HSV(B) 359.73º 1% 0.88% -
XYZ 31.06 16.01 1.48 -
YUV 67.39 90.54 240.42 -
System Red Green Blue C M Y K H S L
Decimal 225 0 1 0 1 1.00 0.12 359.73 1 0.44
Hex E1 0 1 0 64 64 C 168 64 2C
Octal 341 0 1 0 144 144 14 550 144 54
Binary 11100001 0 1 0 1100100 1100100 1100 101101000 1100100 101100

Color Harmonies of #E10001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10001

Black with #E10001

Text Example


Text Example

White with #E10001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10001; }

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

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

background-color css

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

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

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

border-color css

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

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

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