#E9142C

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

Shades of Alizarin #E9142C

Tints of Alizarin #E9142C

Color information

#E9142C (or 0xE9142C) is unknown color: approx Alizarin. HEX triplet: E9, 14 and 2C. RGB value is (233,20,44). Sum of RGB (Red+Green+Blue) = 233+20+44=297 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.45% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 233 - color contains mainly: red. Hex color #E9142C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9142C is #16EBD3. Grayscale: #565656. Windows color (decimal): -1502164 or 2888937. OLE color: 2888937.

HSL color Cylindrical-coordinate representation of color #E9142C: hue angle of 353.24º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9142C is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB2332044-
CMYK00.910.810.09
HSL353.24º84.19%49.61%-
HSV(B)353.24º91.42%91.37%-
XYZ34.3118.014.05-
YUV86.42104.07232.55-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 78.45%
GREEN value IS 20 (8.20% from 255) = 6.73%
BLUE value IS 44 (17.58% from 255) = 14.81%
R=78.45%
G=6.73%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233204400.910.810.09353.2484.1949.61
HexE9142C05B5191615432
Octal351245401331211154112462
Binary111010011010010110001011011101000110011011000011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9142C; }

 p { color: rgb(233,20,44); }

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

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

 a { background-color: rgb(233,20,44); }

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

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

 span { border-color: rgb(233,20,44); }

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