#ED4256

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

Shades of Radical Red #ED4256

Tints of Radical Red #ED4256

Color information

#ED4256 (or 0xED4256) is unknown color: approx Radical Red. HEX triplet: ED, 42 and 56. RGB value is (237,66,86). Sum of RGB (Red+Green+Blue) = 237+66+86=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4256 is #12BDA9. Grayscale: #777777. Windows color (decimal): -1228202 or 5653229. OLE color: 5653229.

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

Color convert

RGB2376686-
CMYK00.720.640.07
HSL352.98º82.61%59.41%-
HSV(B)352.98º72.15%92.94%-
XYZ38.5522.5711.13-
YUV119.41109.15211.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.93%
GREEN value IS 66 (26.17% from 255) = 16.97%
BLUE value IS 86 (33.98% from 255) = 22.11%
R=60.93%
G=16.97%
B=22.11%

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
Decimal237668600.720.640.07352.9882.6159.41
HexED4256048407161533b
Octal3551021260110100754112373
Binary11101101100001010101100100100010000001111011000011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4256; }

 p { color: rgb(237,66,86); }

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

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

 a { background-color: rgb(237,66,86); }

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

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

 span { border-color: rgb(237,66,86); }

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