#EC0F40

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

Shades of Crimson #EC0F40

Tints of Crimson #EC0F40

Color information

#EC0F40 (or 0xEC0F40) is unknown color: approx Crimson. HEX triplet: EC, 0F and 40. RGB value is (236,15,64). Sum of RGB (Red+Green+Blue) = 236+15+64=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0F40 is #13F0BF. Grayscale: #565656. Windows color (decimal): -1306816 or 4198380. OLE color: 4198380.

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

Color convert

RGB2361564-
CMYK00.940.730.07
HSL346.7º88.05%49.22%-
HSV(B)346.7º93.64%92.55%-
XYZ35.6918.546.55-
YUV86.66115.22234.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 74.92%
GREEN value IS 15 (6.25% from 255) = 4.76%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=74.92%
G=4.76%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236156400.940.730.07346.788.0549.22
HexECF4005E49715b5831
Octal354171000136111753313061
Binary11101100111110000000101111010010011111010110111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0F40; }

 p { color: rgb(236,15,64); }

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

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

 a { background-color: rgb(236,15,64); }

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

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

 span { border-color: rgb(236,15,64); }

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