#E1333F

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

Shades of Alizarin #E1333F

Tints of Alizarin #E1333F

Color information

#E1333F (or 0xE1333F) is unknown color: approx Alizarin. HEX triplet: E1, 33 and 3F. RGB value is (225,51,63). Sum of RGB (Red+Green+Blue) = 225+51+63=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E1333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1333F is #1ECCC0. Grayscale: #686868. Windows color (decimal): -2018497 or 4142049. OLE color: 4142049.

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

Color convert

RGB2255163-
CMYK00.770.720.12
HSL355.86º74.36%54.12%-
HSV(B)355.86º77.33%88.24%-
XYZ33.1318.736.57-
YUV104.39104.65214.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.37%
GREEN value IS 51 (20.31% from 255) = 15.04%
BLUE value IS 63 (25% from 255) = 18.58%
R=66.37%
G=15.04%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225516300.770.720.12355.8674.3654.12
HexE1333F04D48C1644a36
Octal341637701151101454411266
Binary1110000111001111111101001101100100011001011001001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1333F; }

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

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

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

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

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

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

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

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