#EC1D41

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

Shades of Alizarin #EC1D41

Tints of Alizarin #EC1D41

Color information

#EC1D41 (or 0xEC1D41) is unknown color: approx Alizarin. HEX triplet: EC, 1D and 41. RGB value is (236,29,65). Sum of RGB (Red+Green+Blue) = 236+29+65=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1D41 is #13E2BE. Grayscale: #5F5F5F. Windows color (decimal): -1303231 or 4267500. OLE color: 4267500.

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

Color convert

RGB2362965-
CMYK00.880.720.07
HSL349.57º84.49%51.96%-
HSV(B)349.57º87.71%92.55%-
XYZ35.9919.096.79-
YUV95111.08228.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 71.52%
GREEN value IS 29 (11.72% from 255) = 8.79%
BLUE value IS 65 (25.78% from 255) = 19.70%
R=71.52%
G=8.79%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236296500.880.720.07349.5784.4951.96
HexEC1D4105848715e5434
Octal354351010130110753612464
Binary111011001110110000010101100010010001111010111101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1D41; }

 p { color: rgb(236,29,65); }

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

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

 a { background-color: rgb(236,29,65); }

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

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

 span { border-color: rgb(236,29,65); }

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