#E32F3D

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

Shades of Alizarin #E32F3D

Tints of Alizarin #E32F3D

Color information

#E32F3D (or 0xE32F3D) is unknown color: approx Alizarin. HEX triplet: E3, 2F and 3D. RGB value is (227,47,61). Sum of RGB (Red+Green+Blue) = 227+47+61=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32F3D is #1CD0C2. Grayscale: #666666. Windows color (decimal): -1888451 or 4009955. OLE color: 4009955.

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

Color convert

RGB2274761-
CMYK00.790.730.11
HSL355.33º76.27%53.73%-
HSV(B)355.33º79.3%89.02%-
XYZ33.5418.76.26-
YUV102.42104.63216.86-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 67.76%
GREEN value IS 47 (18.75% from 255) = 14.03%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=67.76%
G=14.03%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227476100.790.730.11355.3376.2753.73
HexE32F3D04F49B1634c36
Octal343577501171111354311466
Binary1110001110111111110101001111100100110111011000111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32F3D; }

 p { color: rgb(227,47,61); }

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

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

 a { background-color: rgb(227,47,61); }

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

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

 span { border-color: rgb(227,47,61); }

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