Html Css Color HEX #EC303C Alizarin

📋 copy color: '#EC303C'

red 236 ◦ green 48 ◦ blue 60

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

Shades of Alizarin #EC303C

Tints of Alizarin #EC303C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.95%

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

R = 68.6%
G = 13.95%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC303C (or 0xEC303C) is known color: Alizarin. HEX triplet: EC, 30 and 3C. RGB value is (236,48,60). Sum of RGB (Red+Green+Blue) = 236+48+60=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC303C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC303C is #13CFC3. Grayscale: #696969. Windows color (decimal): -1298372 or 3944684. OLE color: 3944684.

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

Color convert

RGB 236 48 60 -
CMYK 0 0.80 0.75 0.07
HSL 356.17º 0.83% 0.56% -
HSV(B) 356.17º 0.8% 0.93% -
XYZ 36.46 20.27 6.27 -
YUV 105.58 102.28 221.02 -
System Red Green Blue C M Y K H S L
Decimal 236 48 60 0 0.80 0.75 0.07 356.17 0.83 0.56
Hex EC 30 3C 0 50 4B 7 164 53 38
Octal 354 60 74 0 120 113 7 544 123 70
Binary 11101100 110000 111100 0 1010000 1001011 111 101100100 1010011 111000

Color Harmonies of #EC303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC303C

Black with #EC303C

Text Example


Text Example

White with #EC303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC303C; }

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

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

background-color css

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

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

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

border-color css

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

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

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