Html Css Color HEX #E90001 Venetian Red

📋 copy color: '#E90001'

red 233 ◦ green 0 ◦ blue 1

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

Shades of Venetian Red #E90001

Tints of Venetian Red #E90001

RGB

 RED value IS 233 (91.41% 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

#E90001 (or 0xE90001) is known color: Venetian Red. HEX triplet: E9, 00 and 01. RGB value is (233,0,1). Sum of RGB (Red+Green+Blue) = 233+0+1=234 (30% of max value = 765). Red value is 233 (91.41% from 255 or 99.57% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 233 - color contains mainly: red. Hex color #E90001 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90001 is #16FFFE. Grayscale: #464646. Windows color (decimal): -1507327 or 65769. OLE color: 65769.

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

Color convert

RGB 233 0 1 -
CMYK 0 1 1.00 0.09
HSL 359.74º 1% 0.46% -
HSV(B) 359.74º 1% 0.91% -
XYZ 33.61 17.33 1.6 -
YUV 69.78 89.19 244.42 -
System Red Green Blue C M Y K H S L
Decimal 233 0 1 0 1 1.00 0.09 359.74 1 0.46
Hex E9 0 1 0 64 64 9 168 64 2E
Octal 351 0 1 0 144 144 11 550 144 56
Binary 11101001 0 1 0 1100100 1100100 1001 101101000 1100100 101110

Color Harmonies of #E90001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90001

Black with #E90001

Text Example


Text Example

White with #E90001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90001; }

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

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

background-color css

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

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

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

border-color css

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

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

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