Html Css Color HEX #EC1C39 Alizarin

📋 copy color: '#EC1C39'

red 236 ◦ green 28 ◦ blue 57

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

Shades of Alizarin #EC1C39

Tints of Alizarin #EC1C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.76%

R = 73.52%
G = 8.72%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC1C39 (or 0xEC1C39) is known color: Alizarin. HEX triplet: EC, 1C and 39. RGB value is (236,28,57). Sum of RGB (Red+Green+Blue) = 236+28+57=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1C39 is #13E3C6. Grayscale: #5D5D5D. Windows color (decimal): -1303495 or 3742956. OLE color: 3742956.

HSL color Cylindrical-coordinate representation of color #EC1C39: hue angle of 351.63º 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 #EC1C39 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 28 57 -
CMYK 0 0.88 0.76 0.07
HSL 351.63º 0.85% 0.52% -
HSV(B) 351.63º 0.88% 0.93% -
XYZ 35.75 18.96 5.65 -
YUV 93.5 107.41 229.64 -
System Red Green Blue C M Y K H S L
Decimal 236 28 57 0 0.88 0.76 0.07 351.63 0.85 0.52
Hex EC 1C 39 0 58 4C 7 160 55 34
Octal 354 34 71 0 130 114 7 540 125 64
Binary 11101100 11100 111001 0 1011000 1001100 111 101100000 1010101 110100

Color Harmonies of #EC1C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1C39

Black with #EC1C39

Text Example


Text Example

White with #EC1C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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