Html Css Color HEX #EC192E Alizarin

📋 copy color: '#EC192E'

red 236 ◦ green 25 ◦ blue 46

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

Shades of Alizarin #EC192E

Tints of Alizarin #EC192E

RGB

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

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

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

R = 76.87%
G = 8.14%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC192E (or 0xEC192E) is known color: Alizarin. HEX triplet: EC, 19 and 2E. RGB value is (236,25,46). Sum of RGB (Red+Green+Blue) = 236+25+46=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC192E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC192E is #13E6D1. Grayscale: #5A5A5A. Windows color (decimal): -1304274 or 3021292. OLE color: 3021292.

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

Color convert

RGB 236 25 46 -
CMYK 0 0.89 0.81 0.07
HSL 354.03º 0.85% 0.51% -
HSV(B) 354.03º 0.89% 0.93% -
XYZ 35.43 18.73 4.33 -
YUV 90.48 102.9 231.79 -
System Red Green Blue C M Y K H S L
Decimal 236 25 46 0 0.89 0.81 0.07 354.03 0.85 0.51
Hex EC 19 2E 0 59 51 7 162 55 33
Octal 354 31 56 0 131 121 7 542 125 63
Binary 11101100 11001 101110 0 1011001 1010001 111 101100010 1010101 110011

Color Harmonies of #EC192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC192E

Black with #EC192E

Text Example


Text Example

White with #EC192E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC192E; }

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

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

background-color css

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

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

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

border-color css

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

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

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