Html Css Color HEX #E80110 Venetian Red

📋 copy color: '#E80110'

red 232 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #E80110

Tints of Venetian Red #E80110

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 93.17%
G = 0.4%
B = 6.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E80110 (or 0xE80110) is known color: Venetian Red. HEX triplet: E8, 01 and 10. RGB value is (232,1,16). Sum of RGB (Red+Green+Blue) = 232+1+16=249 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.17% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 232 - color contains mainly: red. Hex color #E80110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80110 is #17FEEF. Grayscale: #474747. Windows color (decimal): -1572592 or 1049064. OLE color: 1049064.

HSL color Cylindrical-coordinate representation of color #E80110: hue angle of 356.1º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80110 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 1 16 -
CMYK 0 1.00 0.93 0.09
HSL 356.1º 0.99% 0.46% -
HSV(B) 356.1º 1% 0.91% -
XYZ 33.38 17.21 2.05 -
YUV 71.78 96.53 242.28 -
System Red Green Blue C M Y K H S L
Decimal 232 1 16 0 1.00 0.93 0.09 356.1 0.99 0.46
Hex E8 1 10 0 64 5D 9 164 63 2E
Octal 350 1 20 0 144 135 11 544 143 56
Binary 11101000 1 10000 0 1100100 1011101 1001 101100100 1100011 101110

Color Harmonies of #E80110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80110

Black with #E80110

Text Example


Text Example

White with #E80110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80110; }

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

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

background-color css

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

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

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

border-color css

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

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

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