Html Css Color HEX #EC1834 Alizarin

📋 copy color: '#EC1834'

red 236 ◦ green 24 ◦ blue 52

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

Shades of Alizarin #EC1834

Tints of Alizarin #EC1834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.69%

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

R = 75.64%
G = 7.69%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC1834 (or 0xEC1834) is known color: Alizarin. HEX triplet: EC, 18 and 34. RGB value is (236,24,52). Sum of RGB (Red+Green+Blue) = 236+24+52=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1834 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1834 is #13E7CB. Grayscale: #5A5A5A. Windows color (decimal): -1304524 or 3414252. OLE color: 3414252.

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

Color convert

RGB 236 24 52 -
CMYK 0 0.90 0.78 0.07
HSL 352.08º 0.85% 0.51% -
HSV(B) 352.08º 0.9% 0.93% -
XYZ 35.54 18.73 4.99 -
YUV 90.58 106.24 231.72 -
System Red Green Blue C M Y K H S L
Decimal 236 24 52 0 0.90 0.78 0.07 352.08 0.85 0.51
Hex EC 18 34 0 5A 4E 7 160 55 33
Octal 354 30 64 0 132 116 7 540 125 63
Binary 11101100 11000 110100 0 1011010 1001110 111 101100000 1010101 110011

Color Harmonies of #EC1834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1834

Black with #EC1834

Text Example


Text Example

White with #EC1834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1834; }

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

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

background-color css

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

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

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

border-color css

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

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

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