Html Css Color HEX #E80016 Venetian Red

📋 copy color: '#E80016'

red 232 ◦ green 0 ◦ blue 22

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

Shades of Venetian Red #E80016

Tints of Venetian Red #E80016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 22 (8.98% from 255) = 8.66%

R = 91.34%
G = 0%
B = 8.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E80016 (or 0xE80016) is known color: Venetian Red. HEX triplet: E8, 00 and 16. RGB value is (232,0,22). Sum of RGB (Red+Green+Blue) = 232+0+22=254 (33% of max value = 765). Red value is 232 (91.02% from 255 or 91.34% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 232 - color contains mainly: red. Hex color #E80016 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80016 is #17FFE9. Grayscale: #484848. Windows color (decimal): -1572842 or 1442024. OLE color: 1442024.

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

Color convert

RGB 232 0 22 -
CMYK 0 1 0.91 0.09
HSL 354.31º 1% 0.45% -
HSV(B) 354.31º 1% 0.91% -
XYZ 33.42 17.21 2.32 -
YUV 71.88 99.86 242.21 -
System Red Green Blue C M Y K H S L
Decimal 232 0 22 0 1 0.91 0.09 354.31 1 0.45
Hex E8 0 16 0 64 5B 9 162 64 2D
Octal 350 0 26 0 144 133 11 542 144 55
Binary 11101000 0 10110 0 1100100 1011011 1001 101100010 1100100 101101

Color Harmonies of #E80016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80016

Black with #E80016

Text Example


Text Example

White with #E80016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80016; }

 p { color: rgb(232,0,22); }

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

background-color css

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

 a { background-color: rgb(232,0,22); }

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

border-color css

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

 span { border-color: rgb(232,0,22); }

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