#ED4755

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

Shades of Radical Red #ED4755

Tints of Radical Red #ED4755

Color information

#ED4755 (or 0xED4755) is unknown color: approx Radical Red. HEX triplet: ED, 47 and 55. RGB value is (237,71,85). Sum of RGB (Red+Green+Blue) = 237+71+85=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4755 is #12B8AA. Grayscale: #7A7A7A. Windows color (decimal): -1226923 or 5588973. OLE color: 5588973.

HSL color Cylindrical-coordinate representation of color #ED4755: hue angle of 354.94º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4755 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB2377185-
CMYK00.700.640.07
HSL354.94º82.18%60.39%-
HSV(B)354.94º70.04%92.94%-
XYZ38.8223.1711.02-
YUV122.23107209.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.31%
GREEN value IS 71 (28.12% from 255) = 18.07%
BLUE value IS 85 (33.59% from 255) = 21.63%
R=60.31%
G=18.07%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237718500.700.640.07354.9482.1860.39
HexED4755046407163523c
Octal3551071250106100754312274
Binary11101101100011110101010100011010000001111011000111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4755; }

 p { color: rgb(237,71,85); }

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

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

 a { background-color: rgb(237,71,85); }

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

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

 span { border-color: rgb(237,71,85); }

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