#ED3C59

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

Shades of Radical Red #ED3C59

Tints of Radical Red #ED3C59

Color information

#ED3C59 (or 0xED3C59) is unknown color: approx Radical Red. HEX triplet: ED, 3C and 59. RGB value is (237,60,89). Sum of RGB (Red+Green+Blue) = 237+60+89=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3C59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3C59 is #12C3A6. Grayscale: #747474. Windows color (decimal): -1229735 or 5848301. OLE color: 5848301.

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

Color convert

RGB2376089-
CMYK00.750.620.07
HSL350.17º83.1%58.24%-
HSV(B)350.17º74.68%92.94%-
XYZ38.3421.9611.67-
YUV116.23112.64214.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.40%
GREEN value IS 60 (23.83% from 255) = 15.54%
BLUE value IS 89 (35.16% from 255) = 23.06%
R=61.40%
G=15.54%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237608900.750.620.07350.1783.158.24
HexED3C5904B3E715e533a
Octal35574131011376753612372
Binary111011011111001011001010010111111101111010111101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3C59; }

 p { color: rgb(237,60,89); }

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

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

 a { background-color: rgb(237,60,89); }

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

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

 span { border-color: rgb(237,60,89); }

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