Html Css Color HEX #E90007 Venetian Red

📋 copy color: '#E90007'

red 233 ◦ green 0 ◦ blue 7

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

Shades of Venetian Red #E90007

Tints of Venetian Red #E90007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.92%

R = 97.08%
G = 0%
B = 2.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E90007 (or 0xE90007) is known color: Venetian Red. HEX triplet: E9, 00 and 07. RGB value is (233,0,7). Sum of RGB (Red+Green+Blue) = 233+0+7=240 (31% of max value = 765). Red value is 233 (91.41% from 255 or 97.08% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 233 - color contains mainly: red. Hex color #E90007 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90007 is #16FFF8. Grayscale: #464646. Windows color (decimal): -1507321 or 458985. OLE color: 458985.

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

Color convert

RGB 233 0 7 -
CMYK 0 1 0.97 0.09
HSL 358.2º 1% 0.46% -
HSV(B) 358.2º 1% 0.91% -
XYZ 33.64 17.34 1.77 -
YUV 70.47 92.19 243.93 -
System Red Green Blue C M Y K H S L
Decimal 233 0 7 0 1 0.97 0.09 358.2 1 0.46
Hex E9 0 7 0 64 61 9 166 64 2E
Octal 351 0 7 0 144 141 11 546 144 56
Binary 11101001 0 111 0 1100100 1100001 1001 101100110 1100100 101110

Color Harmonies of #E90007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90007

Black with #E90007

Text Example


Text Example

White with #E90007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90007; }

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

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

background-color css

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

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

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

border-color css

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

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

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