#ED4454

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

Shades of Radical Red #ED4454

Tints of Radical Red #ED4454

Color information

#ED4454 (or 0xED4454) is unknown color: approx Radical Red. HEX triplet: ED, 44 and 54. RGB value is (237,68,84). Sum of RGB (Red+Green+Blue) = 237+68+84=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4454 is #12BBAB. Grayscale: #787878. Windows color (decimal): -1227692 or 5522669. OLE color: 5522669.

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

Color convert

RGB2376884-
CMYK00.710.650.07
HSL354.32º82.44%59.8%-
HSV(B)354.32º71.31%92.94%-
XYZ38.5922.7810.75-
YUV120.35107.49211.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.93%
GREEN value IS 68 (26.95% from 255) = 17.48%
BLUE value IS 84 (33.20% from 255) = 21.59%
R=60.93%
G=17.48%
B=21.59%

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
Decimal237688400.710.650.07354.3282.4459.8
HexED4454047417162523c
Octal3551041240107101754212274
Binary11101101100010010101000100011110000011111011000101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4454; }

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

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

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

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

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

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

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

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