#E13435

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

Shades of Alizarin #E13435

Tints of Alizarin #E13435

Color information

#E13435 (or 0xE13435) is unknown color: approx Alizarin. HEX triplet: E1, 34 and 35. RGB value is (225,52,53). Sum of RGB (Red+Green+Blue) = 225+52+53=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E13435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13435 is #1ECBCA. Grayscale: #686868. Windows color (decimal): -2018251 or 3486945. OLE color: 3486945.

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

Color convert

RGB2255253-
CMYK00.770.760.12
HSL359.65º74.25%54.31%-
HSV(B)359.65º76.89%88.24%-
XYZ32.9218.725.25-
YUV103.8499.31214.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 68.18%
GREEN value IS 52 (20.70% from 255) = 15.76%
BLUE value IS 53 (21.09% from 255) = 16.06%
R=68.18%
G=15.76%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225525300.770.760.12359.6574.2554.31
HexE1343504D4CC1684a36
Octal341646501151141455011266
Binary1110000111010011010101001101100110011001011010001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13435; }

 p { color: rgb(225,52,53); }

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

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

 a { background-color: rgb(225,52,53); }

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

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

 span { border-color: rgb(225,52,53); }

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