#ED4355

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

Shades of Radical Red #ED4355

Tints of Radical Red #ED4355

Color information

#ED4355 (or 0xED4355) is unknown color: approx Radical Red. HEX triplet: ED, 43 and 55. RGB value is (237,67,85). Sum of RGB (Red+Green+Blue) = 237+67+85=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4355 is #12BCAA. Grayscale: #777777. Windows color (decimal): -1227947 or 5587949. OLE color: 5587949.

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

Color convert

RGB2376785-
CMYK00.720.640.07
HSL353.65º82.52%59.61%-
HSV(B)353.65º71.73%92.94%-
XYZ38.5722.6710.94-
YUV119.88108.32211.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.93%
GREEN value IS 67 (26.56% from 255) = 17.22%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=60.93%
G=17.22%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237678500.720.640.07353.6582.5259.61
HexED4355048407162533c
Octal3551031250110100754212374
Binary11101101100001110101010100100010000001111011000101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4355; }

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

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

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

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

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

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

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

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