#ED2239

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

Shades of Alizarin #ED2239

Tints of Alizarin #ED2239

Color information

#ED2239 (or 0xED2239) is unknown color: approx Alizarin. HEX triplet: ED, 22 and 39. RGB value is (237,34,57). Sum of RGB (Red+Green+Blue) = 237+34+57=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2239 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2239 is #12DDC6. Grayscale: #616161. Windows color (decimal): -1236423 or 3744493. OLE color: 3744493.

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

Color convert

RGB2373457-
CMYK00.860.760.07
HSL353.2º84.94%53.14%-
HSV(B)353.2º85.65%92.94%-
XYZ36.2419.445.71-
YUV97.32105.25227.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 72.26%
GREEN value IS 34 (13.67% from 255) = 10.37%
BLUE value IS 57 (22.66% from 255) = 17.38%
R=72.26%
G=10.37%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237345700.860.760.07353.284.9453.14
HexED22390564C71615535
Octal35542710126114754112565
Binary111011011000101110010101011010011001111011000011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2239; }

 p { color: rgb(237,34,57); }

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

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

 a { background-color: rgb(237,34,57); }

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

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

 span { border-color: rgb(237,34,57); }

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