Html Css Color HEX #EC1934 Alizarin

📋 copy color: '#EC1934'

red 236 ◦ green 25 ◦ blue 52

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

Shades of Alizarin #EC1934

Tints of Alizarin #EC1934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.99%

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

R = 75.4%
G = 7.99%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC1934 (or 0xEC1934) is known color: Alizarin. HEX triplet: EC, 19 and 34. RGB value is (236,25,52). Sum of RGB (Red+Green+Blue) = 236+25+52=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1934 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1934 is #13E6CB. Grayscale: #5B5B5B. Windows color (decimal): -1304268 or 3414508. OLE color: 3414508.

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

Color convert

RGB 236 25 52 -
CMYK 0 0.89 0.78 0.07
HSL 352.32º 0.85% 0.51% -
HSV(B) 352.32º 0.89% 0.93% -
XYZ 35.56 18.78 5 -
YUV 91.17 105.9 231.3 -
System Red Green Blue C M Y K H S L
Decimal 236 25 52 0 0.89 0.78 0.07 352.32 0.85 0.51
Hex EC 19 34 0 59 4E 7 160 55 33
Octal 354 31 64 0 131 116 7 540 125 63
Binary 11101100 11001 110100 0 1011001 1001110 111 101100000 1010101 110011

Color Harmonies of #EC1934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1934

Black with #EC1934

Text Example


Text Example

White with #EC1934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1934; }

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

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

background-color css

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

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

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

border-color css

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

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

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