Html Css Color HEX #E0080E Venetian Red

📋 copy color: '#E0080E'

red 224 ◦ green 8 ◦ blue 14

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

Shades of Venetian Red #E0080E

Tints of Venetian Red #E0080E

RGB

 RED value IS 224 (87.89% from 255) = 91.06%

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

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

R = 91.06%
G = 3.25%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0080E (or 0xE0080E) is known color: Venetian Red. HEX triplet: E0, 08 and 0E. RGB value is (224,8,14). Sum of RGB (Red+Green+Blue) = 224+8+14=246 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.06% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 224 - color contains mainly: red. Hex color #E0080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0080E is #1FF7F1. Grayscale: #494949. Windows color (decimal): -2095090 or 919776. OLE color: 919776.

HSL color Cylindrical-coordinate representation of color #E0080E: hue angle of 358.33º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0080E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 8 14 -
CMYK 0 0.96 0.94 0.12
HSL 358.33º 0.93% 0.45% -
HSV(B) 358.33º 0.96% 0.88% -
XYZ 30.91 16.05 1.88 -
YUV 73.27 94.56 235.51 -
System Red Green Blue C M Y K H S L
Decimal 224 8 14 0 0.96 0.94 0.12 358.33 0.93 0.45
Hex E0 8 E 0 60 5E C 166 5D 2D
Octal 340 10 16 0 140 136 14 546 135 55
Binary 11100000 1000 1110 0 1100000 1011110 1100 101100110 1011101 101101

Color Harmonies of #E0080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0080E

Black with #E0080E

Text Example


Text Example

White with #E0080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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