#EB0315

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

Shades of Venetian Red #EB0315

Tints of Venetian Red #EB0315

Color information

#EB0315 (or 0xEB0315) is unknown color: approx Venetian Red. HEX triplet: EB, 03 and 15. RGB value is (235,3,21). Sum of RGB (Red+Green+Blue) = 235+3+21=259 (34% of max value = 765). Red value is 235 (92.19% from 255 or 90.73% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0315 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0315 is #14FCEA. Grayscale: #4A4A4A. Windows color (decimal): -1375467 or 1377259. OLE color: 1377259.

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

Color convert

RGB235321-
CMYK00.990.910.08
HSL355.34º97.48%46.67%-
HSV(B)355.34º98.72%92.16%-
XYZ34.4317.782.33-
YUV74.4297.86242.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 90.73%
GREEN value IS 3 (1.56% from 255) = 1.16%
BLUE value IS 21 (8.59% from 255) = 8.11%
R=90.73%
G=1.16%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23532100.990.910.08355.3497.4846.67
HexEB3150635B8163612f
Octal35332501431331054314157
Binary11101011111010101100011101101110001011000111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0315; }

 p { color: rgb(235,3,21); }

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

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

 a { background-color: rgb(235,3,21); }

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

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

 span { border-color: rgb(235,3,21); }

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