#ED1749

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

Shades of Crimson #ED1749

Tints of Crimson #ED1749

Color information

#ED1749 (or 0xED1749) is unknown color: approx Crimson. HEX triplet: ED, 17 and 49. RGB value is (237,23,73). Sum of RGB (Red+Green+Blue) = 237+23+73=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1749 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1749 is #12E8B6. Grayscale: #5C5C5C. Windows color (decimal): -1239223 or 4790253. OLE color: 4790253.

HSL color Cylindrical-coordinate representation of color #ED1749: hue angle of 345.98º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1749 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB2372373-
CMYK00.900.690.07
HSL345.98º85.6%50.98%-
HSV(B)345.98º90.3%92.94%-
XYZ36.4319.18.07-
YUV92.69116.9230.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 71.17%
GREEN value IS 23 (9.38% from 255) = 6.91%
BLUE value IS 73 (28.91% from 255) = 21.92%
R=71.17%
G=6.91%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237300.900.690.07345.9885.650.98
HexED174905A45715a5633
Octal355271110132105753212663
Binary111011011011110010010101101010001011111010110101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1749; }

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

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

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

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

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

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

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

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