Html Css Color HEX #EC1C37 Alizarin

📋 copy color: '#EC1C37'

red 236 ◦ green 28 ◦ blue 55

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

Shades of Alizarin #EC1C37

Tints of Alizarin #EC1C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.24%

R = 73.98%
G = 8.78%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EC1C37 (or 0xEC1C37) is known color: Alizarin. HEX triplet: EC, 1C and 37. RGB value is (236,28,55). Sum of RGB (Red+Green+Blue) = 236+28+55=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1C37 is #13E3C8. Grayscale: #5D5D5D. Windows color (decimal): -1303497 or 3611884. OLE color: 3611884.

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

Color convert

RGB 236 28 55 -
CMYK 0 0.88 0.77 0.07
HSL 352.21º 0.85% 0.52% -
HSV(B) 352.21º 0.88% 0.93% -
XYZ 35.7 18.94 5.39 -
YUV 93.27 106.41 229.8 -
System Red Green Blue C M Y K H S L
Decimal 236 28 55 0 0.88 0.77 0.07 352.21 0.85 0.52
Hex EC 1C 37 0 58 4D 7 160 55 34
Octal 354 34 67 0 130 115 7 540 125 64
Binary 11101100 11100 110111 0 1011000 1001101 111 101100000 1010101 110100

Color Harmonies of #EC1C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1C37

Black with #EC1C37

Text Example


Text Example

White with #EC1C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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