#ED4359

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

Shades of Radical Red #ED4359

Tints of Radical Red #ED4359

Color information

#ED4359 (or 0xED4359) is unknown color: approx Radical Red. HEX triplet: ED, 43 and 59. RGB value is (237,67,89). Sum of RGB (Red+Green+Blue) = 237+67+89=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4359 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4359 is #12BCA6. Grayscale: #787878. Windows color (decimal): -1227943 or 5850093. OLE color: 5850093.

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

Color convert

RGB2376789-
CMYK00.720.620.07
HSL352.24º82.52%59.61%-
HSV(B)352.24º71.73%92.94%-
XYZ38.7422.7411.8-
YUV120.34110.32211.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.31%
GREEN value IS 67 (26.56% from 255) = 17.05%
BLUE value IS 89 (35.16% from 255) = 22.65%
R=60.31%
G=17.05%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237678900.720.620.07352.2482.5259.61
HexED43590483E7160533c
Octal355103131011076754012374
Binary1110110110000111011001010010001111101111011000001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4359; }

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

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

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

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

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

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

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

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