#ED1149

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

Shades of Crimson #ED1149

Tints of Crimson #ED1149

Color information

#ED1149 (or 0xED1149) is unknown color: approx Crimson. HEX triplet: ED, 11 and 49. RGB value is (237,17,73). Sum of RGB (Red+Green+Blue) = 237+17+73=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1149 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1149 is #12EEB6. Grayscale: #595959. Windows color (decimal): -1240759 or 4788717. OLE color: 4788717.

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

Color convert

RGB2371773-
CMYK00.930.690.07
HSL344.73º86.61%49.8%-
HSV(B)344.73º92.83%92.94%-
XYZ36.3318.898.03-
YUV89.16118.89233.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 72.48%
GREEN value IS 17 (7.03% from 255) = 5.20%
BLUE value IS 73 (28.91% from 255) = 22.32%
R=72.48%
G=5.20%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237177300.930.690.07344.7386.6149.8
HexED114905D4571595732
Octal355211110135105753112762
Binary111011011000110010010101110110001011111010110011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1149; }

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

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

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

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

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

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

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

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