#EB2C30

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

Shades of Alizarin #EB2C30

Tints of Alizarin #EB2C30

Color information

#EB2C30 (or 0xEB2C30) is unknown color: approx Alizarin. HEX triplet: EB, 2C and 30. RGB value is (235,44,48). Sum of RGB (Red+Green+Blue) = 235+44+48=327 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.87% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2C30 is #14D3CF. Grayscale: #656565. Windows color (decimal): -1364944 or 3157227. OLE color: 3157227.

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

Color convert

RGB2354448-
CMYK00.810.800.08
HSL358.74º82.68%54.71%-
HSV(B)358.74º81.28%92.16%-
XYZ35.719.684.71-
YUV101.5697.78223.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 71.87%
GREEN value IS 44 (17.58% from 255) = 13.46%
BLUE value IS 48 (19.14% from 255) = 14.68%
R=71.87%
G=13.46%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235444800.810.800.08358.7482.6854.71
HexEB2C300515081675337
Octal353546001211201054712367
Binary1110101110110011000001010001101000010001011001111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2C30; }

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

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

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

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

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

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

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

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