Html Css Color HEX #E80106 Venetian Red

📋 copy color: '#E80106'

red 232 ◦ green 1 ◦ blue 6

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

Shades of Venetian Red #E80106

Tints of Venetian Red #E80106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.51%

R = 97.07%
G = 0.42%
B = 2.51%

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

#E80106 (or 0xE80106) is known color: Venetian Red. HEX triplet: E8, 01 and 06. RGB value is (232,1,6). Sum of RGB (Red+Green+Blue) = 232+1+6=239 (31% of max value = 765). Red value is 232 (91.02% from 255 or 97.07% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 232 - color contains mainly: red. Hex color #E80106 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80106 is #17FEF9. Grayscale: #464646. Windows color (decimal): -1572602 or 393704. OLE color: 393704.

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

Color convert

RGB 232 1 6 -
CMYK 0 1.00 0.97 0.09
HSL 358.7º 0.99% 0.46% -
HSV(B) 358.7º 1% 0.91% -
XYZ 33.32 17.19 1.73 -
YUV 70.64 91.53 243.09 -
System Red Green Blue C M Y K H S L
Decimal 232 1 6 0 1.00 0.97 0.09 358.7 0.99 0.46
Hex E8 1 6 0 64 61 9 167 63 2E
Octal 350 1 6 0 144 141 11 547 143 56
Binary 11101000 1 110 0 1100100 1100001 1001 101100111 1100011 101110

Color Harmonies of #E80106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80106

Black with #E80106

Text Example


Text Example

White with #E80106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80106; }

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

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

background-color css

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

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

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

border-color css

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

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

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