#EB313C

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

Shades of Alizarin #EB313C

Tints of Alizarin #EB313C

Color information

#EB313C (or 0xEB313C) is unknown color: approx Alizarin. HEX triplet: EB, 31 and 3C. RGB value is (235,49,60). Sum of RGB (Red+Green+Blue) = 235+49+60=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB313C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB313C is #14CEC3. Grayscale: #6A6A6A. Windows color (decimal): -1363652 or 3944939. OLE color: 3944939.

HSL color Cylindrical-coordinate representation of color #EB313C: hue angle of 356.45º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB313C is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB2354960-
CMYK00.790.740.08
HSL356.45º82.3%55.69%-
HSV(B)356.45º79.15%92.16%-
XYZ36.1720.196.26-
YUV105.87102.12220.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 68.31%
GREEN value IS 49 (19.53% from 255) = 14.24%
BLUE value IS 60 (23.83% from 255) = 17.44%
R=68.31%
G=14.24%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235496000.790.740.08356.4582.355.69
HexEB313C04F4A81645238
Octal353617401171121054412270
Binary1110101111000111110001001111100101010001011001001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB313C; }

 p { color: rgb(235,49,60); }

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

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

 a { background-color: rgb(235,49,60); }

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

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

 span { border-color: rgb(235,49,60); }

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