#E1303E

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

Shades of Alizarin #E1303E

Tints of Alizarin #E1303E

Color information

#E1303E (or 0xE1303E) is unknown color: approx Alizarin. HEX triplet: E1, 30 and 3E. RGB value is (225,48,62). Sum of RGB (Red+Green+Blue) = 225+48+62=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1303E is #1ECFC1. Grayscale: #666666. Windows color (decimal): -2019266 or 4075745. OLE color: 4075745.

HSL color Cylindrical-coordinate representation of color #E1303E: hue angle of 355.25º 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 #E1303E is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB2254862-
CMYK00.790.720.12
HSL355.25º74.68%53.53%-
HSV(B)355.25º78.67%88.24%-
XYZ32.9818.476.38-
YUV102.52105.14215.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 67.16%
GREEN value IS 48 (19.14% from 255) = 14.33%
BLUE value IS 62 (24.61% from 255) = 18.51%
R=67.16%
G=14.33%
B=18.51%

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
Decimal225486200.790.720.12355.2574.6853.53
HexE1303E04F48C1634b36
Octal341607601171101454311366
Binary1110000111000011111001001111100100011001011000111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1303E; }

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

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

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

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

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

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

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

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