#E9282C

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

Shades of Alizarin #E9282C

Tints of Alizarin #E9282C

Color information

#E9282C (or 0xE9282C) is unknown color: approx Alizarin. HEX triplet: E9, 28 and 2C. RGB value is (233,40,44). Sum of RGB (Red+Green+Blue) = 233+40+44=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E9282C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9282C is #16D7D3. Grayscale: #626262. Windows color (decimal): -1497044 or 2894057. OLE color: 2894057.

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

Color convert

RGB2334044-
CMYK00.830.810.09
HSL358.76º81.43%53.53%-
HSV(B)358.76º82.83%91.37%-
XYZ34.8219.024.22-
YUV98.1697.44224.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 73.50%
GREEN value IS 40 (16.02% from 255) = 12.62%
BLUE value IS 44 (17.58% from 255) = 13.88%
R=73.50%
G=12.62%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233404400.830.810.09358.7681.4353.53
HexE9282C0535191675136
Octal351505401231211154712166
Binary1110100110100010110001010011101000110011011001111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9282C; }

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

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

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

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

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

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

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

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