Html Css Color HEX #ED365D Radical Red

📋 copy color: '#ED365D'

red 237 ◦ green 54 ◦ blue 93

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

Shades of Radical Red #ED365D

Tints of Radical Red #ED365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.06%

 BLUE value IS 93 (36.72% from 255) = 24.22%

R = 61.72%
G = 14.06%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED365D (or 0xED365D) is known color: Radical Red. HEX triplet: ED, 36 and 5D. RGB value is (237,54,93). Sum of RGB (Red+Green+Blue) = 237+54+93=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED365D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED365D is #12C9A2. Grayscale: #717171. Windows color (decimal): -1231267 or 6108909. OLE color: 6108909.

HSL color Cylindrical-coordinate representation of color #ED365D: hue angle of 347.21º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED365D is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 54 93 -
CMYK 0 0.77 0.61 0.07
HSL 347.21º 0.84% 0.57% -
HSV(B) 347.21º 0.77% 0.93% -
XYZ 38.22 21.43 12.48 -
YUV 113.16 116.63 216.33 -
System Red Green Blue C M Y K H S L
Decimal 237 54 93 0 0.77 0.61 0.07 347.21 0.84 0.57
Hex ED 36 5D 0 4D 3D 7 15B 54 39
Octal 355 66 135 0 115 75 7 533 124 71
Binary 11101101 110110 1011101 0 1001101 111101 111 101011011 1010100 111001

Color Harmonies of #ED365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED365D

Black with #ED365D

Text Example


Text Example

White with #ED365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED365D; }

 p { color: rgb(237,54,93); }

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

background-color css

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

 a { background-color: rgb(237,54,93); }

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

border-color css

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

 span { border-color: rgb(237,54,93); }

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