#EC2A3F

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

Shades of Alizarin #EC2A3F

Tints of Alizarin #EC2A3F

Color information

#EC2A3F (or 0xEC2A3F) is unknown color: approx Alizarin. HEX triplet: EC, 2A and 3F. RGB value is (236,42,63). Sum of RGB (Red+Green+Blue) = 236+42+63=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2A3F is #13D5C0. Grayscale: #666666. Windows color (decimal): -1299905 or 4139756. OLE color: 4139756.

HSL color Cylindrical-coordinate representation of color #EC2A3F: hue angle of 353.51º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2A3F is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB2364263-
CMYK00.820.730.07
HSL353.51º83.62%54.51%-
HSV(B)353.51º82.2%92.55%-
XYZ36.3219.856.62-
YUV102.4105.77223.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 69.21%
GREEN value IS 42 (16.80% from 255) = 12.32%
BLUE value IS 63 (25% from 255) = 18.48%
R=69.21%
G=12.32%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236426300.820.730.07353.5183.6254.51
HexEC2A3F0524971625437
Octal35452770122111754212467
Binary111011001010101111110101001010010011111011000101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2A3F; }

 p { color: rgb(236,42,63); }

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

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

 a { background-color: rgb(236,42,63); }

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

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

 span { border-color: rgb(236,42,63); }

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