#ED1140

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

Shades of Crimson #ED1140

Tints of Crimson #ED1140

Color information

#ED1140 (or 0xED1140) is unknown color: approx Crimson. HEX triplet: ED, 11 and 40. RGB value is (237,17,64). Sum of RGB (Red+Green+Blue) = 237+17+64=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1140 is #12EEBF. Grayscale: #585858. Windows color (decimal): -1240768 or 4198893. OLE color: 4198893.

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

Color convert

RGB2371764-
CMYK00.930.730.07
HSL347.18º86.61%49.8%-
HSV(B)347.18º92.83%92.94%-
XYZ36.0518.786.57-
YUV88.14114.39234.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 74.53%
GREEN value IS 17 (7.03% from 255) = 5.35%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=74.53%
G=5.35%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237176400.930.730.07347.1886.6149.8
HexED114005D49715b5732
Octal355211000135111753312762
Binary111011011000110000000101110110010011111010110111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1140; }

 p { color: rgb(237,17,64); }

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

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

 a { background-color: rgb(237,17,64); }

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

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

 span { border-color: rgb(237,17,64); }

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