Html Css Color HEX #EC2536 Alizarin

📋 copy color: '#EC2536'

red 236 ◦ green 37 ◦ blue 54

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

Shades of Alizarin #EC2536

Tints of Alizarin #EC2536

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.31%

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

R = 72.17%
G = 11.31%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EC2536 (or 0xEC2536) is known color: Alizarin. HEX triplet: EC, 25 and 36. RGB value is (236,37,54). Sum of RGB (Red+Green+Blue) = 236+37+54=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2536 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2536 is #13DAC9. Grayscale: #626262. Windows color (decimal): -1301194 or 3548652. OLE color: 3548652.

HSL color Cylindrical-coordinate representation of color #EC2536: hue angle of 354.87º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC2536 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 37 54 -
CMYK 0 0.84 0.77 0.07
HSL 354.87º 0.84% 0.54% -
HSV(B) 354.87º 0.84% 0.93% -
XYZ 35.92 19.42 5.35 -
YUV 98.44 102.93 226.12 -
System Red Green Blue C M Y K H S L
Decimal 236 37 54 0 0.84 0.77 0.07 354.87 0.84 0.54
Hex EC 25 36 0 54 4D 7 163 54 36
Octal 354 45 66 0 124 115 7 543 124 66
Binary 11101100 100101 110110 0 1010100 1001101 111 101100011 1010100 110110

Color Harmonies of #EC2536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2536

Black with #EC2536

Text Example


Text Example

White with #EC2536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2536; }

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

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

background-color css

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

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

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

border-color css

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

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

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