Html Css Color HEX #E0080C Venetian Red

📋 copy color: '#E0080C'

red 224 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #E0080C

Tints of Venetian Red #E0080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.92%

R = 91.8%
G = 3.28%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0080C (or 0xE0080C) is known color: Venetian Red. HEX triplet: E0, 08 and 0C. RGB value is (224,8,12). Sum of RGB (Red+Green+Blue) = 224+8+12=244 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.80% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 224 - color contains mainly: red. Hex color #E0080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0080C is #1FF7F3. Grayscale: #494949. Windows color (decimal): -2095092 or 788704. OLE color: 788704.

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

Color convert

RGB 224 8 12 -
CMYK 0 0.96 0.95 0.12
HSL 358.89º 0.93% 0.45% -
HSV(B) 358.89º 0.96% 0.88% -
XYZ 30.89 16.05 1.82 -
YUV 73.04 93.56 235.67 -
System Red Green Blue C M Y K H S L
Decimal 224 8 12 0 0.96 0.95 0.12 358.89 0.93 0.45
Hex E0 8 C 0 60 5F C 167 5D 2D
Octal 340 10 14 0 140 137 14 547 135 55
Binary 11100000 1000 1100 0 1100000 1011111 1100 101100111 1011101 101101

Color Harmonies of #E0080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0080C

Black with #E0080C

Text Example


Text Example

White with #E0080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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