Html Css Color HEX #E9090C Venetian Red

📋 copy color: '#E9090C'

red 233 ◦ green 9 ◦ blue 12

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

Shades of Venetian Red #E9090C

Tints of Venetian Red #E9090C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.54%

 BLUE value IS 12 (5.08% from 255) = 4.72%

R = 91.73%
G = 3.54%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9090C (or 0xE9090C) is known color: Venetian Red. HEX triplet: E9, 09 and 0C. RGB value is (233,9,12). Sum of RGB (Red+Green+Blue) = 233+9+12=254 (33% of max value = 765). Red value is 233 (91.41% from 255 or 91.73% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 233 - color contains mainly: red. Hex color #E9090C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9090C is #16F6F3. Grayscale: #4C4C4C. Windows color (decimal): -1505012 or 788969. OLE color: 788969.

HSL color Cylindrical-coordinate representation of color #E9090C: hue angle of 359.2º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9090C is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 9 12 -
CMYK 0 0.96 0.95 0.09
HSL 359.2º 0.93% 0.47% -
HSV(B) 359.2º 0.96% 0.91% -
XYZ 33.77 17.55 1.95 -
YUV 76.32 91.71 239.76 -
System Red Green Blue C M Y K H S L
Decimal 233 9 12 0 0.96 0.95 0.09 359.2 0.93 0.47
Hex E9 9 C 0 60 5F 9 167 5D 2F
Octal 351 11 14 0 140 137 11 547 135 57
Binary 11101001 1001 1100 0 1100000 1011111 1001 101100111 1011101 101111

Color Harmonies of #E9090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9090C

Black with #E9090C

Text Example


Text Example

White with #E9090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9090C; }

 p { color: rgb(233,9,12); }

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

background-color css

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

 a { background-color: rgb(233,9,12); }

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

border-color css

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

 span { border-color: rgb(233,9,12); }

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