Html Css Color HEX #ED4655 Radical Red

📋 copy color: '#ED4655'

red 237 ◦ green 70 ◦ blue 85

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

Shades of Radical Red #ED4655

Tints of Radical Red #ED4655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.86%

 BLUE value IS 85 (33.59% from 255) = 21.68%

R = 60.46%
G = 17.86%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED4655 (or 0xED4655) is known color: Radical Red. HEX triplet: ED, 46 and 55. RGB value is (237,70,85). Sum of RGB (Red+Green+Blue) = 237+70+85=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4655 is #12B9AA. Grayscale: #797979. Windows color (decimal): -1227179 or 5588717. OLE color: 5588717.

HSL color Cylindrical-coordinate representation of color #ED4655: hue angle of 354.61º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4655 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 70 85 -
CMYK 0 0.70 0.64 0.07
HSL 354.61º 0.82% 0.6% -
HSV(B) 354.61º 0.7% 0.93% -
XYZ 38.75 23.04 11 -
YUV 121.64 107.33 210.28 -
System Red Green Blue C M Y K H S L
Decimal 237 70 85 0 0.70 0.64 0.07 354.61 0.82 0.6
Hex ED 46 55 0 46 40 7 163 52 3C
Octal 355 106 125 0 106 100 7 543 122 74
Binary 11101101 1000110 1010101 0 1000110 1000000 111 101100011 1010010 111100

Color Harmonies of #ED4655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4655

Black with #ED4655

Text Example


Text Example

White with #ED4655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4655; }

 p { color: rgb(237,70,85); }

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

background-color css

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

 a { background-color: rgb(237,70,85); }

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

border-color css

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

 span { border-color: rgb(237,70,85); }

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