#EC1A47

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

Shades of Crimson #EC1A47

Tints of Crimson #EC1A47

Color information

#EC1A47 (or 0xEC1A47) is unknown color: approx Crimson. HEX triplet: EC, 1A and 47. RGB value is (236,26,71). Sum of RGB (Red+Green+Blue) = 236+26+71=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1A47 is #13E5B8. Grayscale: #5D5D5D. Windows color (decimal): -1303993 or 4659948. OLE color: 4659948.

HSL color Cylindrical-coordinate representation of color #EC1A47: hue angle of 347.14º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1A47 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB2362671-
CMYK00.890.700.07
HSL347.14º84.68%51.37%-
HSV(B)347.14º88.98%92.55%-
XYZ36.119.037.73-
YUV93.92115.07229.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 70.87%
GREEN value IS 26 (10.55% from 255) = 7.81%
BLUE value IS 71 (28.12% from 255) = 21.32%
R=70.87%
G=7.81%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236267100.890.700.07347.1484.6851.37
HexEC1A4705946715b5533
Octal354321070131106753312563
Binary111011001101010001110101100110001101111010110111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1A47; }

 p { color: rgb(236,26,71); }

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

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

 a { background-color: rgb(236,26,71); }

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

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

 span { border-color: rgb(236,26,71); }

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