#e1313a

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

Shades of Alizarin #E1313A

Tints of Alizarin #E1313A

Color information

#E1313A (or 0xE1313A) is unknown color: approx Alizarin. HEX triplet: E1, 31 and 3A. RGB value is (225,49,58). Sum of RGB (Red+Green+Blue) = 225+49+58=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E1313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1313A is #1ECEC5. Grayscale: #666666. Windows color (decimal): -2019014 or 3813857. OLE color: 3813857.

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

Color convert

RGB2254958-
CMYK00.780.740.12
HSL356.93º74.58%53.73%-
HSV(B)356.93º78.22%88.24%-
XYZ32.9118.515.84-
YUV102.65102.81215.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 67.77%
GREEN value IS 49 (19.53% from 255) = 14.76%
BLUE value IS 58 (23.05% from 255) = 17.47%
R=67.77%
G=14.76%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225495800.780.740.12356.9374.5853.73
HexE1313A04E4AC1654b36
Octal341617201161121454511366
Binary1110000111000111101001001110100101011001011001011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1313a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1313a; }

 p { color: rgb(225,49,58); }

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

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

 a { background-color: rgb(225,49,58); }

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

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

 span { border-color: rgb(225,49,58); }

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