#E9253A

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

Shades of Alizarin #E9253A

Tints of Alizarin #E9253A

Color information

#E9253A (or 0xE9253A) is unknown color: approx Alizarin. HEX triplet: E9, 25 and 3A. RGB value is (233,37,58). Sum of RGB (Red+Green+Blue) = 233+37+58=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E9253A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9253A is #16DAC5. Grayscale: #626262. Windows color (decimal): -1497798 or 3810793. OLE color: 3810793.

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

Color convert

RGB2333758-
CMYK00.840.750.09
HSL353.57º81.67%52.94%-
HSV(B)353.57º84.12%91.37%-
XYZ35.0318.955.81-
YUV98105.43224.29-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 71.04%
GREEN value IS 37 (14.84% from 255) = 11.28%
BLUE value IS 58 (23.05% from 255) = 17.68%
R=71.04%
G=11.28%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233375800.840.750.09353.5781.6752.94
HexE9253A0544B91625235
Octal351457201241131154212265
Binary1110100110010111101001010100100101110011011000101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9253A; }

 p { color: rgb(233,37,58); }

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

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

 a { background-color: rgb(233,37,58); }

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

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

 span { border-color: rgb(233,37,58); }

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