Html Css Color HEX #ED3C5B Radical Red

📋 copy color: '#ED3C5B'

red 237 ◦ green 60 ◦ blue 91

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

Shades of Radical Red #ED3C5B

Tints of Radical Red #ED3C5B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.46%

 BLUE value IS 91 (35.94% from 255) = 23.45%

R = 61.08%
G = 15.46%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED3C5B (or 0xED3C5B) is known color: Radical Red. HEX triplet: ED, 3C and 5B. RGB value is (237,60,91). Sum of RGB (Red+Green+Blue) = 237+60+91=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3C5B is #12C3A4. Grayscale: #747474. Windows color (decimal): -1229733 or 5979373. OLE color: 5979373.

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

Color convert

RGB 237 60 91 -
CMYK 0 0.75 0.62 0.07
HSL 349.49º 0.83% 0.58% -
HSV(B) 349.49º 0.75% 0.93% -
XYZ 38.43 21.99 12.12 -
YUV 116.46 113.64 213.98 -
System Red Green Blue C M Y K H S L
Decimal 237 60 91 0 0.75 0.62 0.07 349.49 0.83 0.58
Hex ED 3C 5B 0 4B 3E 7 15D 53 3A
Octal 355 74 133 0 113 76 7 535 123 72
Binary 11101101 111100 1011011 0 1001011 111110 111 101011101 1010011 111010

Color Harmonies of #ED3C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3C5B

Black with #ED3C5B

Text Example


Text Example

White with #ED3C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3C5B; }

 p { color: rgb(237,60,91); }

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

background-color css

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

 a { background-color: rgb(237,60,91); }

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

border-color css

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

 span { border-color: rgb(237,60,91); }

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