Html Css Color HEX #ED365C Radical Red

📋 copy color: '#ED365C'

red 237 ◦ green 54 ◦ blue 92

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

Shades of Radical Red #ED365C

Tints of Radical Red #ED365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.02%

R = 61.88%
G = 14.1%
B = 24.02%

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

#ED365C (or 0xED365C) is known color: Radical Red. HEX triplet: ED, 36 and 5C. RGB value is (237,54,92). Sum of RGB (Red+Green+Blue) = 237+54+92=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED365C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED365C is #12C9A3. Grayscale: #717171. Windows color (decimal): -1231268 or 6043373. OLE color: 6043373.

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

Color convert

RGB 237 54 92 -
CMYK 0 0.77 0.61 0.07
HSL 347.54º 0.84% 0.57% -
HSV(B) 347.54º 0.77% 0.93% -
XYZ 38.18 21.42 12.25 -
YUV 113.05 116.13 216.41 -
System Red Green Blue C M Y K H S L
Decimal 237 54 92 0 0.77 0.61 0.07 347.54 0.84 0.57
Hex ED 36 5C 0 4D 3D 7 15C 54 39
Octal 355 66 134 0 115 75 7 534 124 71
Binary 11101101 110110 1011100 0 1001101 111101 111 101011100 1010100 111001

Color Harmonies of #ED365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED365C

Black with #ED365C

Text Example


Text Example

White with #ED365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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