Html Css Color HEX #ED4964 Radical Red

📋 copy color: '#ED4964'

red 237 ◦ green 73 ◦ blue 100

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

Shades of Radical Red #ED4964

Tints of Radical Red #ED4964

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.8%

 BLUE value IS 100 (39.45% from 255) = 24.39%

R = 57.8%
G = 17.8%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED4964 (or 0xED4964) is known color: Radical Red. HEX triplet: ED, 49 and 64. RGB value is (237,73,100). Sum of RGB (Red+Green+Blue) = 237+73+100=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4964 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4964 is #12B69B. Grayscale: #7D7D7D. Windows color (decimal): -1226396 or 6572525. OLE color: 6572525.

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

Color convert

RGB 237 73 100 -
CMYK 0 0.69 0.58 0.07
HSL 350.12º 0.82% 0.61% -
HSV(B) 350.12º 0.69% 0.93% -
XYZ 39.61 23.69 14.54 -
YUV 125.11 113.83 207.8 -
System Red Green Blue C M Y K H S L
Decimal 237 73 100 0 0.69 0.58 0.07 350.12 0.82 0.61
Hex ED 49 64 0 45 3A 7 15E 52 3D
Octal 355 111 144 0 105 72 7 536 122 75
Binary 11101101 1001001 1100100 0 1000101 111010 111 101011110 1010010 111101

Color Harmonies of #ED4964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4964

Black with #ED4964

Text Example


Text Example

White with #ED4964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4964; }

 p { color: rgb(237,73,100); }

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

background-color css

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

 a { background-color: rgb(237,73,100); }

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

border-color css

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

 span { border-color: rgb(237,73,100); }

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