#EC1947

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

Shades of Crimson #EC1947

Tints of Crimson #EC1947

Color information

#EC1947 (or 0xEC1947) is unknown color: approx Crimson. HEX triplet: EC, 19 and 47. RGB value is (236,25,71). Sum of RGB (Red+Green+Blue) = 236+25+71=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1947 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1947 is #13E6B8. Grayscale: #5D5D5D. Windows color (decimal): -1304249 or 4659692. OLE color: 4659692.

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

Color convert

RGB2362571-
CMYK00.890.700.07
HSL346.92º84.74%51.18%-
HSV(B)346.92º89.41%92.55%-
XYZ36.0818.987.72-
YUV93.33115.4229.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 71.08%
GREEN value IS 25 (10.16% from 255) = 7.53%
BLUE value IS 71 (28.12% from 255) = 21.39%
R=71.08%
G=7.53%
B=21.39%

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
Decimal236257100.890.700.07346.9284.7451.18
HexEC194705946715b5533
Octal354311070131106753312563
Binary111011001100110001110101100110001101111010110111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1947; }

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

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

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

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

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

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

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

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