Html Css Color HEX #EC3134 Alizarin

📋 copy color: '#EC3134'

red 236 ◦ green 49 ◦ blue 52

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

Shades of Alizarin #EC3134

Tints of Alizarin #EC3134

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.54%

 BLUE value IS 52 (20.7% from 255) = 15.43%

R = 70.03%
G = 14.54%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC3134 (or 0xEC3134) is known color: Alizarin. HEX triplet: EC, 31 and 34. RGB value is (236,49,52). Sum of RGB (Red+Green+Blue) = 236+49+52=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3134 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3134 is #13CECB. Grayscale: #696969. Windows color (decimal): -1298124 or 3420652. OLE color: 3420652.

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

Color convert

RGB 236 49 52 -
CMYK 0 0.79 0.78 0.07
HSL 359.04º 0.83% 0.56% -
HSV(B) 359.04º 0.79% 0.93% -
XYZ 36.31 20.28 5.25 -
YUV 105.26 97.95 221.26 -
System Red Green Blue C M Y K H S L
Decimal 236 49 52 0 0.79 0.78 0.07 359.04 0.83 0.56
Hex EC 31 34 0 4F 4E 7 167 53 38
Octal 354 61 64 0 117 116 7 547 123 70
Binary 11101100 110001 110100 0 1001111 1001110 111 101100111 1010011 111000

Color Harmonies of #EC3134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3134

Black with #EC3134

Text Example


Text Example

White with #EC3134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3134; }

 p { color: rgb(236,49,52); }

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

background-color css

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

 a { background-color: rgb(236,49,52); }

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

border-color css

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

 span { border-color: rgb(236,49,52); }

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