Html Css Color HEX #E80A10 Venetian Red

📋 copy color: '#E80A10'

red 232 ◦ green 10 ◦ blue 16

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

Shades of Venetian Red #E80A10

Tints of Venetian Red #E80A10

RGB

 RED value IS 232 (91.02% from 255) = 89.92%

 GREEN value IS 10 (4.3% from 255) = 3.88%

 BLUE value IS 16 (6.64% from 255) = 6.2%

R = 89.92%
G = 3.88%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E80A10 (or 0xE80A10) is known color: Venetian Red. HEX triplet: E8, 0A and 10. RGB value is (232,10,16). Sum of RGB (Red+Green+Blue) = 232+10+16=258 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.92% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80A10 is #17F5EF. Grayscale: #4D4D4D. Windows color (decimal): -1570288 or 1051368. OLE color: 1051368.

HSL color Cylindrical-coordinate representation of color #E80A10: hue angle of 358.38º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80A10 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 10 16 -
CMYK 0 0.96 0.93 0.09
HSL 358.38º 0.92% 0.47% -
HSV(B) 358.38º 0.96% 0.91% -
XYZ 33.48 17.41 2.09 -
YUV 77.06 93.55 238.51 -
System Red Green Blue C M Y K H S L
Decimal 232 10 16 0 0.96 0.93 0.09 358.38 0.92 0.47
Hex E8 A 10 0 60 5D 9 166 5C 2F
Octal 350 12 20 0 140 135 11 546 134 57
Binary 11101000 1010 10000 0 1100000 1011101 1001 101100110 1011100 101111

Color Harmonies of #E80A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80A10

Black with #E80A10

Text Example


Text Example

White with #E80A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80A10; }

 p { color: rgb(232,10,16); }

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

background-color css

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

 a { background-color: rgb(232,10,16); }

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

border-color css

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

 span { border-color: rgb(232,10,16); }

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