#E1293B

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

Shades of Alizarin #E1293B

Tints of Alizarin #E1293B

Color information

#E1293B (or 0xE1293B) is unknown color: approx Alizarin. HEX triplet: E1, 29 and 3B. RGB value is (225,41,59). Sum of RGB (Red+Green+Blue) = 225+41+59=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E1293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1293B is #1ED6C4. Grayscale: #626262. Windows color (decimal): -2021061 or 3877345. OLE color: 3877345.

HSL color Cylindrical-coordinate representation of color #E1293B: hue angle of 354.13º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1293B is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB2254159-
CMYK00.820.740.12
HSL354.13º75.41%52.16%-
HSV(B)354.13º81.78%88.24%-
XYZ32.6317.915.87-
YUV98.07105.96218.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 69.23%
GREEN value IS 41 (16.41% from 255) = 12.62%
BLUE value IS 59 (23.44% from 255) = 18.15%
R=69.23%
G=12.62%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225415900.820.740.12354.1375.4152.16
HexE1293B0524AC1624b34
Octal341517301221121454211364
Binary1110000110100111101101010010100101011001011000101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1293B; }

 p { color: rgb(225,41,59); }

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

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

 a { background-color: rgb(225,41,59); }

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

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

 span { border-color: rgb(225,41,59); }

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