#ED4554

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

Shades of Radical Red #ED4554

Tints of Radical Red #ED4554

Color information

#ED4554 (or 0xED4554) is unknown color: approx Radical Red. HEX triplet: ED, 45 and 54. RGB value is (237,69,84). Sum of RGB (Red+Green+Blue) = 237+69+84=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4554 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4554 is #12BAAB. Grayscale: #797979. Windows color (decimal): -1227436 or 5522925. OLE color: 5522925.

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

Color convert

RGB2376984-
CMYK00.710.650.07
HSL354.64º82.35%60%-
HSV(B)354.64º70.89%92.94%-
XYZ38.6522.910.77-
YUV120.94107.16210.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.77%
GREEN value IS 69 (27.34% from 255) = 17.69%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=60.77%
G=17.69%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237698400.710.650.07354.6482.3560
HexED4554047417163523c
Octal3551051240107101754312274
Binary11101101100010110101000100011110000011111011000111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4554; }

 p { color: rgb(237,69,84); }

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

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

 a { background-color: rgb(237,69,84); }

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

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

 span { border-color: rgb(237,69,84); }

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