#E32C30

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

Shades of Alizarin #E32C30

Tints of Alizarin #E32C30

Color information

#E32C30 (or 0xE32C30) is unknown color: approx Alizarin. HEX triplet: E3, 2C and 30. RGB value is (227,44,48). Sum of RGB (Red+Green+Blue) = 227+44+48=319 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.16% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 227 - color contains mainly: red. Hex color #E32C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32C30 is #1CD3CF. Grayscale: #636363. Windows color (decimal): -1889232 or 3157219. OLE color: 3157219.

HSL color Cylindrical-coordinate representation of color #E32C30: hue angle of 358.69º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32C30 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB2274448-
CMYK00.810.790.11
HSL358.69º76.57%53.14%-
HSV(B)358.69º80.62%89.02%-
XYZ33.1118.354.59-
YUV99.1799.13219.17-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 71.16%
GREEN value IS 44 (17.58% from 255) = 13.79%
BLUE value IS 48 (19.14% from 255) = 15.05%
R=71.16%
G=13.79%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227444800.810.790.11358.6976.5753.14
HexE32C300514FB1674d35
Octal343546001211171354711565
Binary1110001110110011000001010001100111110111011001111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32C30; }

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

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

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

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

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

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

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

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