Html Css Color HEX #E9080D Venetian Red

📋 copy color: '#E9080D'

red 233 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #E9080D

Tints of Venetian Red #E9080D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

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

R = 91.73%
G = 3.15%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E9080D (or 0xE9080D) is known color: Venetian Red. HEX triplet: E9, 08 and 0D. RGB value is (233,8,13). Sum of RGB (Red+Green+Blue) = 233+8+13=254 (33% of max value = 765). Red value is 233 (91.41% from 255 or 91.73% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 233 - color contains mainly: red. Hex color #E9080D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9080D is #16F7F2. Grayscale: #4C4C4C. Windows color (decimal): -1505267 or 854249. OLE color: 854249.

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

Color convert

RGB 233 8 13 -
CMYK 0 0.97 0.94 0.09
HSL 358.67º 0.93% 0.47% -
HSV(B) 358.67º 0.97% 0.91% -
XYZ 33.76 17.53 1.98 -
YUV 75.85 92.54 240.09 -
System Red Green Blue C M Y K H S L
Decimal 233 8 13 0 0.97 0.94 0.09 358.67 0.93 0.47
Hex E9 8 D 0 61 5E 9 167 5D 2F
Octal 351 10 15 0 141 136 11 547 135 57
Binary 11101001 1000 1101 0 1100001 1011110 1001 101100111 1011101 101111

Color Harmonies of #E9080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9080D

Black with #E9080D

Text Example


Text Example

White with #E9080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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