Html Css Color HEX #EC353C Alizarin

📋 copy color: '#EC353C'

red 236 ◦ green 53 ◦ blue 60

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

Shades of Alizarin #EC353C

Tints of Alizarin #EC353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.19%

 BLUE value IS 60 (23.83% from 255) = 17.19%

R = 67.62%
G = 15.19%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC353C (or 0xEC353C) is known color: Alizarin. HEX triplet: EC, 35 and 3C. RGB value is (236,53,60). Sum of RGB (Red+Green+Blue) = 236+53+60=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC353C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC353C is #13CAC3. Grayscale: #6C6C6C. Windows color (decimal): -1297092 or 3945964. OLE color: 3945964.

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

Color convert

RGB 236 53 60 -
CMYK 0 0.78 0.75 0.07
HSL 357.7º 0.83% 0.57% -
HSV(B) 357.7º 0.78% 0.93% -
XYZ 36.68 20.71 6.34 -
YUV 108.52 100.63 218.93 -
System Red Green Blue C M Y K H S L
Decimal 236 53 60 0 0.78 0.75 0.07 357.7 0.83 0.57
Hex EC 35 3C 0 4E 4B 7 166 53 39
Octal 354 65 74 0 116 113 7 546 123 71
Binary 11101100 110101 111100 0 1001110 1001011 111 101100110 1010011 111001

Color Harmonies of #EC353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC353C

Black with #EC353C

Text Example


Text Example

White with #EC353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC353C; }

 p { color: rgb(236,53,60); }

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

background-color css

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

 a { background-color: rgb(236,53,60); }

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

border-color css

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

 span { border-color: rgb(236,53,60); }

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