Html Css Color HEX #EC1631 Alizarin

📋 copy color: '#EC1631'

red 236 ◦ green 22 ◦ blue 49

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

Shades of Alizarin #EC1631

Tints of Alizarin #EC1631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.17%

 BLUE value IS 49 (19.53% from 255) = 15.96%

R = 76.87%
G = 7.17%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC1631 (or 0xEC1631) is known color: Alizarin. HEX triplet: EC, 16 and 31. RGB value is (236,22,49). Sum of RGB (Red+Green+Blue) = 236+22+49=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1631 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1631 is #13E9CE. Grayscale: #595959. Windows color (decimal): -1305039 or 3217132. OLE color: 3217132.

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

Color convert

RGB 236 22 49 -
CMYK 0 0.91 0.79 0.07
HSL 352.43º 0.85% 0.51% -
HSV(B) 352.43º 0.91% 0.93% -
XYZ 35.43 18.63 4.63 -
YUV 89.06 105.4 232.8 -
System Red Green Blue C M Y K H S L
Decimal 236 22 49 0 0.91 0.79 0.07 352.43 0.85 0.51
Hex EC 16 31 0 5B 4F 7 160 55 33
Octal 354 26 61 0 133 117 7 540 125 63
Binary 11101100 10110 110001 0 1011011 1001111 111 101100000 1010101 110011

Color Harmonies of #EC1631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1631

Black with #EC1631

Text Example


Text Example

White with #EC1631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1631; }

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

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

background-color css

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

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

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

border-color css

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

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

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