Html Css Color HEX #E9090D Venetian Red

📋 copy color: '#E9090D'

red 233 ◦ green 9 ◦ blue 13

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

Shades of Venetian Red #E9090D

Tints of Venetian Red #E9090D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.1%

R = 91.37%
G = 3.53%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E9090D (or 0xE9090D) is known color: Venetian Red. HEX triplet: E9, 09 and 0D. RGB value is (233,9,13). Sum of RGB (Red+Green+Blue) = 233+9+13=255 (33% of max value = 765). Red value is 233 (91.41% from 255 or 91.37% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 233 - color contains mainly: red. Hex color #E9090D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9090D is #16F6F2. Grayscale: #4C4C4C. Windows color (decimal): -1505011 or 854505. OLE color: 854505.

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

Color convert

RGB 233 9 13 -
CMYK 0 0.96 0.94 0.09
HSL 358.93º 0.93% 0.47% -
HSV(B) 358.93º 0.96% 0.91% -
XYZ 33.77 17.55 1.99 -
YUV 76.43 92.21 239.67 -
System Red Green Blue C M Y K H S L
Decimal 233 9 13 0 0.96 0.94 0.09 358.93 0.93 0.47
Hex E9 9 D 0 60 5E 9 167 5D 2F
Octal 351 11 15 0 140 136 11 547 135 57
Binary 11101001 1001 1101 0 1100000 1011110 1001 101100111 1011101 101111

Color Harmonies of #E9090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9090D

Black with #E9090D

Text Example


Text Example

White with #E9090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9090D; }

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

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

background-color css

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

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

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

border-color css

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

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

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