Html Css Color HEX #E90004 Venetian Red

📋 copy color: '#E90004'

red 233 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #E90004

Tints of Venetian Red #E90004

RGB

 RED value IS 233 (91.41% from 255) = 98.31%

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

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 98.31%
G = 0%
B = 1.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E90004 (or 0xE90004) is known color: Venetian Red. HEX triplet: E9, 00 and 04. RGB value is (233,0,4). Sum of RGB (Red+Green+Blue) = 233+0+4=237 (31% of max value = 765). Red value is 233 (91.41% from 255 or 98.31% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 233 - color contains mainly: red. Hex color #E90004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90004 is #16FFFB. Grayscale: #464646. Windows color (decimal): -1507324 or 262377. OLE color: 262377.

HSL color Cylindrical-coordinate representation of color #E90004: hue angle of 358.97º 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 #E90004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 0 4 -
CMYK 0 1 0.98 0.09
HSL 358.97º 1% 0.46% -
HSV(B) 358.97º 1% 0.91% -
XYZ 33.63 17.33 1.69 -
YUV 70.12 90.69 244.17 -
System Red Green Blue C M Y K H S L
Decimal 233 0 4 0 1 0.98 0.09 358.97 1 0.46
Hex E9 0 4 0 64 62 9 167 64 2E
Octal 351 0 4 0 144 142 11 547 144 56
Binary 11101001 0 100 0 1100100 1100010 1001 101100111 1100100 101110

Color Harmonies of #E90004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90004

Black with #E90004

Text Example


Text Example

White with #E90004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90004; }

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

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

background-color css

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

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

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

border-color css

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

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

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