Html Css Color HEX #EC1A36 Alizarin

📋 copy color: '#EC1A36'

red 236 ◦ green 26 ◦ blue 54

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

Shades of Alizarin #EC1A36

Tints of Alizarin #EC1A36

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.23%

 BLUE value IS 54 (21.48% from 255) = 17.09%

R = 74.68%
G = 8.23%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EC1A36 (or 0xEC1A36) is known color: Alizarin. HEX triplet: EC, 1A and 36. RGB value is (236,26,54). Sum of RGB (Red+Green+Blue) = 236+26+54=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1A36 is #13E5C9. Grayscale: #5C5C5C. Windows color (decimal): -1304010 or 3545836. OLE color: 3545836.

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

Color convert

RGB 236 26 54 -
CMYK 0 0.89 0.77 0.07
HSL 352º 0.85% 0.51% -
HSV(B) 352º 0.89% 0.93% -
XYZ 35.63 18.84 5.25 -
YUV 91.98 106.57 230.72 -
System Red Green Blue C M Y K H S L
Decimal 236 26 54 0 0.89 0.77 0.07 352 0.85 0.51
Hex EC 1A 36 0 59 4D 7 160 55 33
Octal 354 32 66 0 131 115 7 540 125 63
Binary 11101100 11010 110110 0 1011001 1001101 111 101100000 1010101 110011

Color Harmonies of #EC1A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A36

Black with #EC1A36

Text Example


Text Example

White with #EC1A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A36; }

 p { color: rgb(236,26,54); }

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

background-color css

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

 a { background-color: rgb(236,26,54); }

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

border-color css

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

 span { border-color: rgb(236,26,54); }

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