Html Css Color HEX #EC162E Alizarin

📋 copy color: '#EC162E'

red 236 ◦ green 22 ◦ blue 46

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

Shades of Alizarin #EC162E

Tints of Alizarin #EC162E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.13%

R = 77.63%
G = 7.24%
B = 15.13%

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

#EC162E (or 0xEC162E) is known color: Alizarin. HEX triplet: EC, 16 and 2E. RGB value is (236,22,46). Sum of RGB (Red+Green+Blue) = 236+22+46=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC162E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC162E is #13E9D1. Grayscale: #585858. Windows color (decimal): -1305042 or 3020524. OLE color: 3020524.

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

Color convert

RGB 236 22 46 -
CMYK 0 0.91 0.81 0.07
HSL 353.27º 0.85% 0.51% -
HSV(B) 353.27º 0.91% 0.93% -
XYZ 35.37 18.6 4.31 -
YUV 88.72 103.9 233.05 -
System Red Green Blue C M Y K H S L
Decimal 236 22 46 0 0.91 0.81 0.07 353.27 0.85 0.51
Hex EC 16 2E 0 5B 51 7 161 55 33
Octal 354 26 56 0 133 121 7 541 125 63
Binary 11101100 10110 101110 0 1011011 1010001 111 101100001 1010101 110011

Color Harmonies of #EC162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC162E

Black with #EC162E

Text Example


Text Example

White with #EC162E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC162E; }

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

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

background-color css

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

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

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

border-color css

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

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

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