Html Css Color HEX #E0080A Venetian Red

📋 copy color: '#E0080A'

red 224 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #E0080A

Tints of Venetian Red #E0080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.13%

R = 92.56%
G = 3.31%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0080A (or 0xE0080A) is known color: Venetian Red. HEX triplet: E0, 08 and 0A. RGB value is (224,8,10). Sum of RGB (Red+Green+Blue) = 224+8+10=242 (32% of max value = 765). Red value is 224 (87.89% from 255 or 92.56% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 224 - color contains mainly: red. Hex color #E0080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0080A is #1FF7F5. Grayscale: #494949. Windows color (decimal): -2095094 or 657632. OLE color: 657632.

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

Color convert

RGB 224 8 10 -
CMYK 0 0.96 0.96 0.12
HSL 359.44º 0.93% 0.45% -
HSV(B) 359.44º 0.96% 0.88% -
XYZ 30.88 16.04 1.76 -
YUV 72.81 92.56 235.84 -
System Red Green Blue C M Y K H S L
Decimal 224 8 10 0 0.96 0.96 0.12 359.44 0.93 0.45
Hex E0 8 A 0 60 60 C 167 5D 2D
Octal 340 10 12 0 140 140 14 547 135 55
Binary 11100000 1000 1010 0 1100000 1100000 1100 101100111 1011101 101101

Color Harmonies of #E0080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0080A

Black with #E0080A

Text Example


Text Example

White with #E0080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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