#ED2440

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

Shades of Alizarin #ED2440

Tints of Alizarin #ED2440

Color information

#ED2440 (or 0xED2440) is unknown color: approx Alizarin. HEX triplet: ED, 24 and 40. RGB value is (237,36,64). Sum of RGB (Red+Green+Blue) = 237+36+64=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2440 is #12DBBF. Grayscale: #636363. Windows color (decimal): -1235904 or 4203757. OLE color: 4203757.

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

Color convert

RGB2373664-
CMYK00.850.730.07
HSL351.64º84.81%53.53%-
HSV(B)351.64º84.81%92.94%-
XYZ36.4819.646.72-
YUV99.29108.09226.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 70.33%
GREEN value IS 36 (14.45% from 255) = 10.68%
BLUE value IS 64 (25.39% from 255) = 18.99%
R=70.33%
G=10.68%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237366400.850.730.07351.6484.8153.53
HexED24400554971605536
Octal355441000125111754012566
Binary1110110110010010000000101010110010011111011000001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2440; }

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

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

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

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

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

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

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

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