#EB2D3B

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

Shades of Alizarin #EB2D3B

Tints of Alizarin #EB2D3B

Color information

#EB2D3B (or 0xEB2D3B) is unknown color: approx Alizarin. HEX triplet: EB, 2D and 3B. RGB value is (235,45,59). Sum of RGB (Red+Green+Blue) = 235+45+59=339 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.32% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2D3B is #14D2C4. Grayscale: #676767. Windows color (decimal): -1364677 or 3878379. OLE color: 3878379.

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

Color convert

RGB2354559-
CMYK00.810.750.08
HSL355.58º82.61%54.9%-
HSV(B)355.58º80.85%92.16%-
XYZ35.9919.856.07-
YUV103.41102.95221.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 69.32%
GREEN value IS 45 (17.97% from 255) = 13.27%
BLUE value IS 59 (23.44% from 255) = 17.40%
R=69.32%
G=13.27%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235455900.810.750.08355.5882.6154.9
HexEB2D3B0514B81645337
Octal353557301211131054412367
Binary1110101110110111101101010001100101110001011001001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2D3B; }

 p { color: rgb(235,45,59); }

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

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

 a { background-color: rgb(235,45,59); }

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

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

 span { border-color: rgb(235,45,59); }

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