Html Css Color HEX #EC4752 Radical Red

📋 copy color: '#EC4752'

red 236 ◦ green 71 ◦ blue 82

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

Shades of Radical Red #EC4752

Tints of Radical Red #EC4752

RGB

 RED value IS 236 (92.58% from 255) = 60.67%

 GREEN value IS 71 (28.13% from 255) = 18.25%

 BLUE value IS 82 (32.42% from 255) = 21.08%

R = 60.67%
G = 18.25%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC4752 (or 0xEC4752) is known color: Radical Red. HEX triplet: EC, 47 and 52. RGB value is (236,71,82). Sum of RGB (Red+Green+Blue) = 236+71+82=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4752 is #13B8AD. Grayscale: #797979. Windows color (decimal): -1292462 or 5392364. OLE color: 5392364.

HSL color Cylindrical-coordinate representation of color #EC4752: hue angle of 356º degrees, saturation: 0.81, 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 #EC4752 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 71 82 -
CMYK 0 0.70 0.65 0.07
HSL 356º 0.81% 0.6% -
HSV(B) 356º 0.7% 0.93% -
XYZ 38.37 22.95 10.39 -
YUV 121.59 105.66 209.61 -
System Red Green Blue C M Y K H S L
Decimal 236 71 82 0 0.70 0.65 0.07 356 0.81 0.6
Hex EC 47 52 0 46 41 7 164 51 3C
Octal 354 107 122 0 106 101 7 544 121 74
Binary 11101100 1000111 1010010 0 1000110 1000001 111 101100100 1010001 111100

Color Harmonies of #EC4752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4752

Black with #EC4752

Text Example


Text Example

White with #EC4752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4752; }

 p { color: rgb(236,71,82); }

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

background-color css

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

 a { background-color: rgb(236,71,82); }

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

border-color css

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

 span { border-color: rgb(236,71,82); }

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