#EB0009

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

Shades of Venetian Red #EB0009

Tints of Venetian Red #EB0009

Color information

#EB0009 (or 0xEB0009) is unknown color: approx Venetian Red. HEX triplet: EB, 00 and 09. RGB value is (235,0,9). Sum of RGB (Red+Green+Blue) = 235+0+9=244 (32% of max value = 765). Red value is 235 (92.19% from 255 or 96.31% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0009 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0009 is #14FFF6. Grayscale: #474747. Windows color (decimal): -1376247 or 590059. OLE color: 590059.

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

Color convert

RGB23509-
CMYK010.960.08
HSL357.7º100%46.08%-
HSV(B)357.7º100%92.16%-
XYZ34.3117.681.86-
YUV71.2992.86244.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 96.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 3.69%
R=96.31%
G=0%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23509010.960.08357.710046.08
HexEB09064608166642e
Octal35301101441401054614456
Binary111010110100101100100110000010001011001101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0009; }

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

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

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

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

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

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

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

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