#EB000A

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

Shades of Venetian Red #EB000A

Tints of Venetian Red #EB000A

Color information

#EB000A (or 0xEB000A) is unknown color: approx Venetian Red. HEX triplet: EB, 00 and 0A. RGB value is (235,0,10). Sum of RGB (Red+Green+Blue) = 235+0+10=245 (32% of max value = 765). Red value is 235 (92.19% from 255 or 95.92% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 235 - color contains mainly: red. Hex color #EB000A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB000A is #14FFF5. Grayscale: #474747. Windows color (decimal): -1376246 or 655595. OLE color: 655595.

HSL color Cylindrical-coordinate representation of color #EB000A: hue angle of 357.45º 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 #EB000A is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB235010-
CMYK010.960.08
HSL357.45º100%46.08%-
HSV(B)357.45º100%92.16%-
XYZ34.3217.681.89-
YUV71.493.36244.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 95.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 4.08%
R=95.92%
G=0%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235010010.960.08357.4510046.08
HexEB0A064608165642e
Octal35301201441401054514456
Binary111010110101001100100110000010001011001011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB000A; }

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

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

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

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

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

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

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

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