#EC2C3D

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

Shades of Alizarin #EC2C3D

Tints of Alizarin #EC2C3D

Color information

#EC2C3D (or 0xEC2C3D) is unknown color: approx Alizarin. HEX triplet: EC, 2C and 3D. RGB value is (236,44,61). Sum of RGB (Red+Green+Blue) = 236+44+61=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2C3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2C3D is #13D3C2. Grayscale: #676767. Windows color (decimal): -1299395 or 4009196. OLE color: 4009196.

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

Color convert

RGB2364461-
CMYK00.810.740.07
HSL354.69º83.48%54.9%-
HSV(B)354.69º81.36%92.55%-
XYZ36.3419.976.35-
YUV103.35104.11222.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 69.21%
GREEN value IS 44 (17.58% from 255) = 12.90%
BLUE value IS 61 (24.22% from 255) = 17.89%
R=69.21%
G=12.90%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236446100.810.740.07354.6983.4854.9
HexEC2C3D0514A71635337
Octal35454750121112754312367
Binary111011001011001111010101000110010101111011000111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2C3D; }

 p { color: rgb(236,44,61); }

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

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

 a { background-color: rgb(236,44,61); }

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

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

 span { border-color: rgb(236,44,61); }

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