#E9282B

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

Shades of Alizarin #E9282B

Tints of Alizarin #E9282B

Color information

#E9282B (or 0xE9282B) is unknown color: approx Alizarin. HEX triplet: E9, 28 and 2B. RGB value is (233,40,43). Sum of RGB (Red+Green+Blue) = 233+40+43=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E9282B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9282B is #16D7D4. Grayscale: #626262. Windows color (decimal): -1497045 or 2828521. OLE color: 2828521.

HSL color Cylindrical-coordinate representation of color #E9282B: hue angle of 359.07º 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 #E9282B is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB2334043-
CMYK00.830.820.09
HSL359.07º81.43%53.53%-
HSV(B)359.07º82.83%91.37%-
XYZ34.819.024.12-
YUV98.0596.94224.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 73.73%
GREEN value IS 40 (16.02% from 255) = 12.66%
BLUE value IS 43 (17.19% from 255) = 13.61%
R=73.73%
G=12.66%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233404300.830.820.09359.0781.4353.53
HexE9282B0535291675136
Octal351505301231221154712166
Binary1110100110100010101101010011101001010011011001111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9282B; }

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

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

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

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

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

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

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

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