Html Css Color HEX #EC1933 Alizarin

📋 copy color: '#EC1933'

red 236 ◦ green 25 ◦ blue 51

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

Shades of Alizarin #EC1933

Tints of Alizarin #EC1933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.35%

R = 75.64%
G = 8.01%
B = 16.35%

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

#EC1933 (or 0xEC1933) is known color: Alizarin. HEX triplet: EC, 19 and 33. RGB value is (236,25,51). Sum of RGB (Red+Green+Blue) = 236+25+51=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1933 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1933 is #13E6CC. Grayscale: #5B5B5B. Windows color (decimal): -1304269 or 3348972. OLE color: 3348972.

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

Color convert

RGB 236 25 51 -
CMYK 0 0.89 0.78 0.07
HSL 352.61º 0.85% 0.51% -
HSV(B) 352.61º 0.89% 0.93% -
XYZ 35.54 18.77 4.88 -
YUV 91.05 105.4 231.39 -
System Red Green Blue C M Y K H S L
Decimal 236 25 51 0 0.89 0.78 0.07 352.61 0.85 0.51
Hex EC 19 33 0 59 4E 7 161 55 33
Octal 354 31 63 0 131 116 7 541 125 63
Binary 11101100 11001 110011 0 1011001 1001110 111 101100001 1010101 110011

Color Harmonies of #EC1933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1933

Black with #EC1933

Text Example


Text Example

White with #EC1933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1933; }

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

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

background-color css

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

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

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

border-color css

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

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

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