#E1303F

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

Shades of Alizarin #E1303F

Tints of Alizarin #E1303F

Color information

#E1303F (or 0xE1303F) is unknown color: approx Alizarin. HEX triplet: E1, 30 and 3F. RGB value is (225,48,63). Sum of RGB (Red+Green+Blue) = 225+48+63=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E1303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1303F is #1ECFC0. Grayscale: #666666. Windows color (decimal): -2019265 or 4141281. OLE color: 4141281.

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

Color convert

RGB2254863-
CMYK00.790.720.12
HSL354.92º74.68%53.53%-
HSV(B)354.92º78.67%88.24%-
XYZ33.0118.486.53-
YUV102.63105.64215.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.96%
GREEN value IS 48 (19.14% from 255) = 14.29%
BLUE value IS 63 (25% from 255) = 18.75%
R=66.96%
G=14.29%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225486300.790.720.12354.9274.6853.53
HexE1303F04F48C1634b36
Octal341607701171101454311366
Binary1110000111000011111101001111100100011001011000111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1303F; }

 p { color: rgb(225,48,63); }

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

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

 a { background-color: rgb(225,48,63); }

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

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

 span { border-color: rgb(225,48,63); }

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