Html Css Color HEX #ED4160 Radical Red

📋 copy color: '#ED4160'

red 237 ◦ green 65 ◦ blue 96

#ED4160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #ED4160

Tints of Radical Red #ED4160

RGB

 RED value IS 237 (92.97% from 255) = 59.55%

 GREEN value IS 65 (25.78% from 255) = 16.33%

 BLUE value IS 96 (37.89% from 255) = 24.12%

R = 59.55%
G = 16.33%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED4160 (or 0xED4160) is known color: Radical Red. HEX triplet: ED, 41 and 60. RGB value is (237,65,96). Sum of RGB (Red+Green+Blue) = 237+65+96=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4160 is #12BE9F. Grayscale: #787878. Windows color (decimal): -1228448 or 6308333. OLE color: 6308333.

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

Color convert

RGB 237 65 96 -
CMYK 0 0.73 0.59 0.07
HSL 349.19º 0.83% 0.59% -
HSV(B) 349.19º 0.73% 0.93% -
XYZ 38.93 22.63 13.38 -
YUV 119.96 114.48 211.48 -
System Red Green Blue C M Y K H S L
Decimal 237 65 96 0 0.73 0.59 0.07 349.19 0.83 0.59
Hex ED 41 60 0 49 3B 7 15D 53 3B
Octal 355 101 140 0 111 73 7 535 123 73
Binary 11101101 1000001 1100000 0 1001001 111011 111 101011101 1010011 111011

Color Harmonies of #ED4160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4160

Black with #ED4160

Text Example


Text Example

White with #ED4160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4160; }

 p { color: rgb(237,65,96); }

 H1.HeaderClassName
 {
   color: #ED4160;
 }
 .AnyTagClassName
 {
   color: #ED4160;
 }
</style>

background-color css

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

 a { background-color: rgb(237,65,96); }

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

border-color css

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

 span { border-color: rgb(237,65,96); }

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