#EC1945

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

Shades of Crimson #EC1945

Tints of Crimson #EC1945

Color information

#EC1945 (or 0xEC1945) is unknown color: approx Crimson. HEX triplet: EC, 19 and 45. RGB value is (236,25,69). Sum of RGB (Red+Green+Blue) = 236+25+69=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1945 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1945 is #13E6BA. Grayscale: #5D5D5D. Windows color (decimal): -1304251 or 4528620. OLE color: 4528620.

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

Color convert

RGB2362569-
CMYK00.890.710.07
HSL347.49º84.74%51.18%-
HSV(B)347.49º89.41%92.55%-
XYZ36.0118.967.39-
YUV93.1114.4229.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 71.52%
GREEN value IS 25 (10.16% from 255) = 7.58%
BLUE value IS 69 (27.34% from 255) = 20.91%
R=71.52%
G=7.58%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236256900.890.710.07347.4984.7451.18
HexEC194505947715b5533
Octal354311050131107753312563
Binary111011001100110001010101100110001111111010110111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1945; }

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

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

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

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

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

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

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

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