Html Css Color HEX #EC2936 Alizarin

📋 copy color: '#EC2936'

red 236 ◦ green 41 ◦ blue 54

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

Shades of Alizarin #EC2936

Tints of Alizarin #EC2936

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.39%

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

R = 71.3%
G = 12.39%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EC2936 (or 0xEC2936) is known color: Alizarin. HEX triplet: EC, 29 and 36. RGB value is (236,41,54). Sum of RGB (Red+Green+Blue) = 236+41+54=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2936 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2936 is #13D6C9. Grayscale: #646464. Windows color (decimal): -1300170 or 3549676. OLE color: 3549676.

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

Color convert

RGB 236 41 54 -
CMYK 0 0.83 0.77 0.07
HSL 356º 0.84% 0.54% -
HSV(B) 356º 0.83% 0.93% -
XYZ 36.05 19.69 5.39 -
YUV 100.79 101.6 224.44 -
System Red Green Blue C M Y K H S L
Decimal 236 41 54 0 0.83 0.77 0.07 356 0.84 0.54
Hex EC 29 36 0 53 4D 7 164 54 36
Octal 354 51 66 0 123 115 7 544 124 66
Binary 11101100 101001 110110 0 1010011 1001101 111 101100100 1010100 110110

Color Harmonies of #EC2936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2936

Black with #EC2936

Text Example


Text Example

White with #EC2936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2936; }

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

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

background-color css

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

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

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

border-color css

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

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

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