Html Css Color HEX #ED4455 Radical Red

📋 copy color: '#ED4455'

red 237 ◦ green 68 ◦ blue 85

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

Shades of Radical Red #ED4455

Tints of Radical Red #ED4455

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.44%

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

R = 60.77%
G = 17.44%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED4455 (or 0xED4455) is known color: Radical Red. HEX triplet: ED, 44 and 55. RGB value is (237,68,85). Sum of RGB (Red+Green+Blue) = 237+68+85=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4455 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4455 is #12BBAA. Grayscale: #787878. Windows color (decimal): -1227691 or 5588205. OLE color: 5588205.

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

Color convert

RGB 237 68 85 -
CMYK 0 0.71 0.64 0.07
HSL 353.96º 0.82% 0.6% -
HSV(B) 353.96º 0.71% 0.93% -
XYZ 38.63 22.79 10.96 -
YUV 120.47 107.99 211.12 -
System Red Green Blue C M Y K H S L
Decimal 237 68 85 0 0.71 0.64 0.07 353.96 0.82 0.6
Hex ED 44 55 0 47 40 7 162 52 3C
Octal 355 104 125 0 107 100 7 542 122 74
Binary 11101101 1000100 1010101 0 1000111 1000000 111 101100010 1010010 111100

Color Harmonies of #ED4455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4455

Black with #ED4455

Text Example


Text Example

White with #ED4455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4455; }

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

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

background-color css

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

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

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

border-color css

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

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

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