#ED243F

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

Shades of Alizarin #ED243F

Tints of Alizarin #ED243F

Color information

#ED243F (or 0xED243F) is unknown color: approx Alizarin. HEX triplet: ED, 24 and 3F. RGB value is (237,36,63). Sum of RGB (Red+Green+Blue) = 237+36+63=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED243F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED243F is #12DBC0. Grayscale: #636363. Windows color (decimal): -1235905 or 4138221. OLE color: 4138221.

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

Color convert

RGB2373663-
CMYK00.850.730.07
HSL351.94º84.81%53.53%-
HSV(B)351.94º84.81%92.94%-
XYZ36.4519.636.57-
YUV99.18107.59226.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 70.54%
GREEN value IS 36 (14.45% from 255) = 10.71%
BLUE value IS 63 (25% from 255) = 18.75%
R=70.54%
G=10.71%
B=18.75%

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
Decimal237366300.850.730.07351.9484.8153.53
HexED243F0554971605536
Octal35544770125111754012566
Binary111011011001001111110101010110010011111011000001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED243F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED243F; }

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

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

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

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

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

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

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

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