Html Css Color HEX #E5080E Venetian Red

📋 copy color: '#E5080E'

red 229 ◦ green 8 ◦ blue 14

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

Shades of Venetian Red #E5080E

Tints of Venetian Red #E5080E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.58%

R = 91.24%
G = 3.19%
B = 5.58%

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

#E5080E (or 0xE5080E) is known color: Venetian Red. HEX triplet: E5, 08 and 0E. RGB value is (229,8,14). Sum of RGB (Red+Green+Blue) = 229+8+14=251 (33% of max value = 765). Red value is 229 (89.84% from 255 or 91.24% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 229 - color contains mainly: red. Hex color #E5080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5080E is #1AF7F1. Grayscale: #4A4A4A. Windows color (decimal): -1767410 or 919781. OLE color: 919781.

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

Color convert

RGB 229 8 14 -
CMYK 0 0.97 0.94 0.10
HSL 358.37º 0.93% 0.46% -
HSV(B) 358.37º 0.97% 0.9% -
XYZ 32.48 16.86 1.96 -
YUV 74.76 93.72 238.01 -
System Red Green Blue C M Y K H S L
Decimal 229 8 14 0 0.97 0.94 0.10 358.37 0.93 0.46
Hex E5 8 E 0 61 5E A 166 5D 2E
Octal 345 10 16 0 141 136 12 546 135 56
Binary 11100101 1000 1110 0 1100001 1011110 1010 101100110 1011101 101110

Color Harmonies of #E5080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5080E

Black with #E5080E

Text Example


Text Example

White with #E5080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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