#EB2C3C

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

Shades of Alizarin #EB2C3C

Tints of Alizarin #EB2C3C

Color information

#EB2C3C (or 0xEB2C3C) is unknown color: approx Alizarin. HEX triplet: EB, 2C and 3C. RGB value is (235,44,60). Sum of RGB (Red+Green+Blue) = 235+44+60=339 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.32% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2C3C is #14D3C3. Grayscale: #676767. Windows color (decimal): -1364932 or 3943659. OLE color: 3943659.

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

Color convert

RGB2354460-
CMYK00.810.740.08
HSL354.97º82.68%54.71%-
HSV(B)354.97º81.28%92.16%-
XYZ35.9819.796.2-
YUV102.93103.78222.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 69.32%
GREEN value IS 44 (17.58% from 255) = 12.98%
BLUE value IS 60 (23.83% from 255) = 17.70%
R=69.32%
G=12.98%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235446000.810.740.08354.9782.6854.71
HexEB2C3C0514A81635337
Octal353547401211121054312367
Binary1110101110110011110001010001100101010001011000111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2C3C; }

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

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

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

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

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

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

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

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