Html Css Color HEX #EC192A Alizarin

📋 copy color: '#EC192A'

red 236 ◦ green 25 ◦ blue 42

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

Shades of Alizarin #EC192A

Tints of Alizarin #EC192A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.86%

R = 77.89%
G = 8.25%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC192A (or 0xEC192A) is known color: Alizarin. HEX triplet: EC, 19 and 2A. RGB value is (236,25,42). Sum of RGB (Red+Green+Blue) = 236+25+42=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC192A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC192A is #13E6D5. Grayscale: #5A5A5A. Windows color (decimal): -1304278 or 2759148. OLE color: 2759148.

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

Color convert

RGB 236 25 42 -
CMYK 0 0.89 0.82 0.07
HSL 355.17º 0.85% 0.51% -
HSV(B) 355.17º 0.89% 0.93% -
XYZ 35.36 18.7 3.94 -
YUV 90.03 100.9 232.12 -
System Red Green Blue C M Y K H S L
Decimal 236 25 42 0 0.89 0.82 0.07 355.17 0.85 0.51
Hex EC 19 2A 0 59 52 7 163 55 33
Octal 354 31 52 0 131 122 7 543 125 63
Binary 11101100 11001 101010 0 1011001 1010010 111 101100011 1010101 110011

Color Harmonies of #EC192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC192A

Black with #EC192A

Text Example


Text Example

White with #EC192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC192A; }

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

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

background-color css

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

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

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

border-color css

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

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

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