#EC1946

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

Shades of Crimson #EC1946

Tints of Crimson #EC1946

Color information

#EC1946 (or 0xEC1946) is unknown color: approx Crimson. HEX triplet: EC, 19 and 46. RGB value is (236,25,70). Sum of RGB (Red+Green+Blue) = 236+25+70=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1946 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1946 is #13E6B9. Grayscale: #5D5D5D. Windows color (decimal): -1304250 or 4594156. OLE color: 4594156.

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

Color convert

RGB2362570-
CMYK00.890.700.07
HSL347.2º84.74%51.18%-
HSV(B)347.2º89.41%92.55%-
XYZ36.0518.977.56-
YUV93.22114.9229.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 71.30%
GREEN value IS 25 (10.16% from 255) = 7.55%
BLUE value IS 70 (27.73% from 255) = 21.15%
R=71.30%
G=7.55%
B=21.15%

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
Decimal236257000.890.700.07347.284.7451.18
HexEC194605946715b5533
Octal354311060131106753312563
Binary111011001100110001100101100110001101111010110111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1946; }

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

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

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

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

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

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

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

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