#E32434

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

Shades of Alizarin #E32434

Tints of Alizarin #E32434

Color information

#E32434 (or 0xE32434) is unknown color: approx Alizarin. HEX triplet: E3, 24 and 34. RGB value is (227,36,52). Sum of RGB (Red+Green+Blue) = 227+36+52=315 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.06% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 227 - color contains mainly: red. Hex color #E32434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32434 is #1CDBCB. Grayscale: #5F5F5F. Windows color (decimal): -1891276 or 3417315. OLE color: 3417315.

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

Color convert

RGB2273652-
CMYK00.840.770.11
HSL354.97º77.33%51.57%-
HSV(B)354.97º84.14%89.02%-
XYZ32.9317.844.96-
YUV94.93103.78222.2-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 72.06%
GREEN value IS 36 (14.45% from 255) = 11.43%
BLUE value IS 52 (20.70% from 255) = 16.51%
R=72.06%
G=11.43%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227365200.840.770.11354.9777.3351.57
HexE324340544DB1634d34
Octal343446401241151354311564
Binary1110001110010011010001010100100110110111011000111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32434; }

 p { color: rgb(227,36,52); }

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

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

 a { background-color: rgb(227,36,52); }

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

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

 span { border-color: rgb(227,36,52); }

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