Html Css Color HEX #EC1C3C Alizarin

📋 copy color: '#EC1C3C'

red 236 ◦ green 28 ◦ blue 60

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

Shades of Alizarin #EC1C3C

Tints of Alizarin #EC1C3C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.64%

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

R = 72.84%
G = 8.64%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC1C3C (or 0xEC1C3C) is known color: Alizarin. HEX triplet: EC, 1C and 3C. RGB value is (236,28,60). Sum of RGB (Red+Green+Blue) = 236+28+60=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1C3C is #13E3C3. Grayscale: #5D5D5D. Windows color (decimal): -1303492 or 3939564. OLE color: 3939564.

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

Color convert

RGB 236 28 60 -
CMYK 0 0.88 0.75 0.07
HSL 350.77º 0.85% 0.52% -
HSV(B) 350.77º 0.88% 0.93% -
XYZ 35.82 18.99 6.05 -
YUV 93.84 108.91 229.4 -
System Red Green Blue C M Y K H S L
Decimal 236 28 60 0 0.88 0.75 0.07 350.77 0.85 0.52
Hex EC 1C 3C 0 58 4B 7 15F 55 34
Octal 354 34 74 0 130 113 7 537 125 64
Binary 11101100 11100 111100 0 1011000 1001011 111 101011111 1010101 110100

Color Harmonies of #EC1C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1C3C

Black with #EC1C3C

Text Example


Text Example

White with #EC1C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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