Html Css Color HEX #E5080D Venetian Red

📋 copy color: '#E5080D'

red 229 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #E5080D

Tints of Venetian Red #E5080D

RGB

 RED value IS 229 (89.84% from 255) = 91.6%

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

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

R = 91.6%
G = 3.2%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5080D (or 0xE5080D) is known color: Venetian Red. HEX triplet: E5, 08 and 0D. RGB value is (229,8,13). Sum of RGB (Red+Green+Blue) = 229+8+13=250 (33% of max value = 765). Red value is 229 (89.84% from 255 or 91.6% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 229 - color contains mainly: red. Hex color #E5080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5080D is #1AF7F2. Grayscale: #4A4A4A. Windows color (decimal): -1767411 or 854245. OLE color: 854245.

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

Color convert

RGB 229 8 13 -
CMYK 0 0.97 0.94 0.10
HSL 358.64º 0.93% 0.46% -
HSV(B) 358.64º 0.97% 0.9% -
XYZ 32.47 16.86 1.92 -
YUV 74.65 93.22 238.09 -
System Red Green Blue C M Y K H S L
Decimal 229 8 13 0 0.97 0.94 0.10 358.64 0.93 0.46
Hex E5 8 D 0 61 5E A 167 5D 2E
Octal 345 10 15 0 141 136 12 547 135 56
Binary 11100101 1000 1101 0 1100001 1011110 1010 101100111 1011101 101110

Color Harmonies of #E5080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5080D

Black with #E5080D

Text Example


Text Example

White with #E5080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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