Html Css Color HEX #E00001 Venetian Red

📋 copy color: '#E00001'

red 224 ◦ green 0 ◦ blue 1

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

Shades of Venetian Red #E00001

Tints of Venetian Red #E00001

RGB

 RED value IS 224 (87.89% 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

#E00001 (or 0xE00001) is known color: Venetian Red. HEX triplet: E0, 00 and 01. RGB value is (224,0,1). Sum of RGB (Red+Green+Blue) = 224+0+1=225 (29% of max value = 765). Red value is 224 (87.89% from 255 or 99.56% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 224 - color contains mainly: red. Hex color #E00001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00001 is #1FFFFE. Grayscale: #434343. Windows color (decimal): -2097151 or 65760. OLE color: 65760.

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

Color convert

RGB 224 0 1 -
CMYK 0 1 1.00 0.12
HSL 359.73º 1% 0.44% -
HSV(B) 359.73º 1% 0.88% -
XYZ 30.75 15.85 1.47 -
YUV 67.09 90.71 239.92 -
System Red Green Blue C M Y K H S L
Decimal 224 0 1 0 1 1.00 0.12 359.73 1 0.44
Hex E0 0 1 0 64 64 C 168 64 2C
Octal 340 0 1 0 144 144 14 550 144 54
Binary 11100000 0 1 0 1100100 1100100 1100 101101000 1100100 101100

Color Harmonies of #E00001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00001

Black with #E00001

Text Example


Text Example

White with #E00001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00001; }

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

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

background-color css

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

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

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

border-color css

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

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

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