#EB0014

Color #EB0014 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #EB0014

Tints of Venetian Red #EB0014

Color information

#EB0014 (or 0xEB0014) is unknown color: approx Venetian Red. HEX triplet: EB, 00 and 14. RGB value is (235,0,20). Sum of RGB (Red+Green+Blue) = 235+0+20=255 (33% of max value = 765). Red value is 235 (92.19% from 255 or 92.16% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0014 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0014 is #14FFEB. Grayscale: #484848. Windows color (decimal): -1376236 or 1310955. OLE color: 1310955.

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

Color convert

RGB235020-
CMYK010.910.08
HSL354.89º100%46.08%-
HSV(B)354.89º100%92.16%-
XYZ34.3917.712.27-
YUV72.5498.36243.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 92.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=92.16%
G=0%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235020010.910.08354.8910046.08
HexEB0140645B8163642e
Octal35302401441331054314456
Binary1110101101010001100100101101110001011000111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0014; }

 p { color: rgb(235,0,20); }

 H1.HeaderClassName
 {
   color: #EB0014;
 }
 .AnyTagClassName
 {
   color: #EB0014;
 }
</style>
background-color css

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

 a { background-color: rgb(235,0,20); }

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

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

 span { border-color: rgb(235,0,20); }

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