Html Css Color HEX #E80001 Venetian Red

📋 copy color: '#E80001'

red 232 ◦ green 0 ◦ blue 1

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

Shades of Venetian Red #E80001

Tints of Venetian Red #E80001

RGB

 RED value IS 232 (91.02% from 255) = 99.57%

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

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

R = 99.57%
G = 0%
B = 0.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E80001 (or 0xE80001) is known color: Venetian Red. HEX triplet: E8, 00 and 01. RGB value is (232,0,1). Sum of RGB (Red+Green+Blue) = 232+0+1=233 (30% of max value = 765). Red value is 232 (91.02% from 255 or 99.57% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 232 - color contains mainly: red. Hex color #E80001 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80001 is #17FFFE. Grayscale: #454545. Windows color (decimal): -1572863 or 65768. OLE color: 65768.

HSL color Cylindrical-coordinate representation of color #E80001: hue angle of 359.74º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80001 is Cyan = 0, Magento = 1, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 0 1 -
CMYK 0 1 1.00 0.09
HSL 359.74º 1% 0.45% -
HSV(B) 359.74º 1% 0.91% -
XYZ 33.28 17.16 1.59 -
YUV 69.48 89.36 243.92 -
System Red Green Blue C M Y K H S L
Decimal 232 0 1 0 1 1.00 0.09 359.74 1 0.45
Hex E8 0 1 0 64 64 9 168 64 2D
Octal 350 0 1 0 144 144 11 550 144 55
Binary 11101000 0 1 0 1100100 1100100 1001 101101000 1100100 101101

Color Harmonies of #E80001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80001

Black with #E80001

Text Example


Text Example

White with #E80001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80001; }

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

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

background-color css

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

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

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

border-color css

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

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

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