Html Css Color HEX #EC4852 Radical Red

📋 copy color: '#EC4852'

red 236 ◦ green 72 ◦ blue 82

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

Shades of Radical Red #EC4852

Tints of Radical Red #EC4852

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.46%

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

R = 60.51%
G = 18.46%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC4852 (or 0xEC4852) is known color: Radical Red. HEX triplet: EC, 48 and 52. RGB value is (236,72,82). Sum of RGB (Red+Green+Blue) = 236+72+82=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4852 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4852 is #13B7AD. Grayscale: #7A7A7A. Windows color (decimal): -1292206 or 5392620. OLE color: 5392620.

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

Color convert

RGB 236 72 82 -
CMYK 0 0.69 0.65 0.07
HSL 356.34º 0.81% 0.6% -
HSV(B) 356.34º 0.69% 0.93% -
XYZ 38.43 23.08 10.41 -
YUV 122.18 105.33 209.19 -
System Red Green Blue C M Y K H S L
Decimal 236 72 82 0 0.69 0.65 0.07 356.34 0.81 0.6
Hex EC 48 52 0 45 41 7 164 51 3C
Octal 354 110 122 0 105 101 7 544 121 74
Binary 11101100 1001000 1010010 0 1000101 1000001 111 101100100 1010001 111100

Color Harmonies of #EC4852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4852

Black with #EC4852

Text Example


Text Example

White with #EC4852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4852; }

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

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

background-color css

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

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

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

border-color css

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

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

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