Html Css Color HEX #E80108 Venetian Red

📋 copy color: '#E80108'

red 232 ◦ green 1 ◦ blue 8

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

Shades of Venetian Red #E80108

Tints of Venetian Red #E80108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.32%

R = 96.27%
G = 0.41%
B = 3.32%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E80108 (or 0xE80108) is known color: Venetian Red. HEX triplet: E8, 01 and 08. RGB value is (232,1,8). Sum of RGB (Red+Green+Blue) = 232+1+8=241 (31% of max value = 765). Red value is 232 (91.02% from 255 or 96.27% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 232 - color contains mainly: red. Hex color #E80108 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80108 is #17FEF7. Grayscale: #474747. Windows color (decimal): -1572600 or 524776. OLE color: 524776.

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

Color convert

RGB 232 1 8 -
CMYK 0 1.00 0.97 0.09
HSL 358.18º 0.99% 0.46% -
HSV(B) 358.18º 1% 0.91% -
XYZ 33.33 17.2 1.79 -
YUV 70.87 92.53 242.93 -
System Red Green Blue C M Y K H S L
Decimal 232 1 8 0 1.00 0.97 0.09 358.18 0.99 0.46
Hex E8 1 8 0 64 61 9 166 63 2E
Octal 350 1 10 0 144 141 11 546 143 56
Binary 11101000 1 1000 0 1100100 1100001 1001 101100110 1100011 101110

Color Harmonies of #E80108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80108

Black with #E80108

Text Example


Text Example

White with #E80108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80108; }

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

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

background-color css

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

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

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

border-color css

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

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

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