#ED2940

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

Shades of Alizarin #ED2940

Tints of Alizarin #ED2940

Color information

#ED2940 (or 0xED2940) is unknown color: approx Alizarin. HEX triplet: ED, 29 and 40. RGB value is (237,41,64). Sum of RGB (Red+Green+Blue) = 237+41+64=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2940 is #12D6BF. Grayscale: #666666. Windows color (decimal): -1234624 or 4205037. OLE color: 4205037.

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

Color convert

RGB2374164-
CMYK00.830.730.07
HSL352.96º84.48%54.51%-
HSV(B)352.96º82.7%92.94%-
XYZ36.6419.966.77-
YUV102.23106.43224.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 69.30%
GREEN value IS 41 (16.41% from 255) = 11.99%
BLUE value IS 64 (25.39% from 255) = 18.71%
R=69.30%
G=11.99%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237416400.830.730.07352.9684.4854.51
HexED29400534971615437
Octal355511000123111754112467
Binary1110110110100110000000101001110010011111011000011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2940; }

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

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

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

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

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

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

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

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