#EC2A3E

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

Shades of Alizarin #EC2A3E

Tints of Alizarin #EC2A3E

Color information

#EC2A3E (or 0xEC2A3E) is unknown color: approx Alizarin. HEX triplet: EC, 2A and 3E. RGB value is (236,42,62). Sum of RGB (Red+Green+Blue) = 236+42+62=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2A3E is #13D5C1. Grayscale: #666666. Windows color (decimal): -1299906 or 4074220. OLE color: 4074220.

HSL color Cylindrical-coordinate representation of color #EC2A3E: hue angle of 353.81º 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 #EC2A3E is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB2364262-
CMYK00.820.740.07
HSL353.81º83.62%54.51%-
HSV(B)353.81º82.2%92.55%-
XYZ36.2919.846.47-
YUV102.29105.27223.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 69.41%
GREEN value IS 42 (16.80% from 255) = 12.35%
BLUE value IS 62 (24.61% from 255) = 18.24%
R=69.41%
G=12.35%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236426200.820.740.07353.8183.6254.51
HexEC2A3E0524A71625437
Octal35452760122112754212467
Binary111011001010101111100101001010010101111011000101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2A3E; }

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

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

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

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

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

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

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

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