Html Css Color HEX #E80117 Venetian Red

📋 copy color: '#E80117'

red 232 ◦ green 1 ◦ blue 23

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

Shades of Venetian Red #E80117

Tints of Venetian Red #E80117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.98%

R = 90.63%
G = 0.39%
B = 8.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E80117 (or 0xE80117) is known color: Venetian Red. HEX triplet: E8, 01 and 17. RGB value is (232,1,23). Sum of RGB (Red+Green+Blue) = 232+1+23=256 (33% of max value = 765). Red value is 232 (91.02% from 255 or 90.62% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 232 - color contains mainly: red. Hex color #E80117 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80117 is #17FEE8. Grayscale: #484848. Windows color (decimal): -1572585 or 1507816. OLE color: 1507816.

HSL color Cylindrical-coordinate representation of color #E80117: hue angle of 354.29º 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 #E80117 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 1 23 -
CMYK 0 1.00 0.90 0.09
HSL 354.29º 0.99% 0.46% -
HSV(B) 354.29º 1% 0.91% -
XYZ 33.44 17.24 2.38 -
YUV 72.58 100.03 241.71 -
System Red Green Blue C M Y K H S L
Decimal 232 1 23 0 1.00 0.90 0.09 354.29 0.99 0.46
Hex E8 1 17 0 64 5A 9 162 63 2E
Octal 350 1 27 0 144 132 11 542 143 56
Binary 11101000 1 10111 0 1100100 1011010 1001 101100010 1100011 101110

Color Harmonies of #E80117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80117

Black with #E80117

Text Example


Text Example

White with #E80117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80117; }

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

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

background-color css

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

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

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

border-color css

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

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

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