Html Css Color HEX #EC162C Alizarin

📋 copy color: '#EC162C'

red 236 ◦ green 22 ◦ blue 44

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

Shades of Alizarin #EC162C

Tints of Alizarin #EC162C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.57%

R = 78.15%
G = 7.28%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC162C (or 0xEC162C) is known color: Alizarin. HEX triplet: EC, 16 and 2C. RGB value is (236,22,44). Sum of RGB (Red+Green+Blue) = 236+22+44=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC162C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC162C is #13E9D3. Grayscale: #585858. Windows color (decimal): -1305044 or 2889452. OLE color: 2889452.

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

Color convert

RGB 236 22 44 -
CMYK 0 0.91 0.81 0.07
HSL 353.83º 0.85% 0.51% -
HSV(B) 353.83º 0.91% 0.93% -
XYZ 35.33 18.59 4.11 -
YUV 88.49 102.9 233.21 -
System Red Green Blue C M Y K H S L
Decimal 236 22 44 0 0.91 0.81 0.07 353.83 0.85 0.51
Hex EC 16 2C 0 5B 51 7 162 55 33
Octal 354 26 54 0 133 121 7 542 125 63
Binary 11101100 10110 101100 0 1011011 1010001 111 101100010 1010101 110011

Color Harmonies of #EC162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC162C

Black with #EC162C

Text Example


Text Example

White with #EC162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC162C; }

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

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

background-color css

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

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

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

border-color css

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

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

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