Html Css Color HEX #EC3536 Alizarin

📋 copy color: '#EC3536'

red 236 ◦ green 53 ◦ blue 54

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

Shades of Alizarin #EC3536

Tints of Alizarin #EC3536

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.45%

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

R = 68.8%
G = 15.45%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EC3536 (or 0xEC3536) is known color: Alizarin. HEX triplet: EC, 35 and 36. RGB value is (236,53,54). Sum of RGB (Red+Green+Blue) = 236+53+54=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3536 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3536 is #13CAC9. Grayscale: #6C6C6C. Windows color (decimal): -1297098 or 3552748. OLE color: 3552748.

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

Color convert

RGB 236 53 54 -
CMYK 0 0.78 0.77 0.07
HSL 359.67º 0.83% 0.57% -
HSV(B) 359.67º 0.78% 0.93% -
XYZ 36.53 20.65 5.55 -
YUV 107.83 97.63 219.42 -
System Red Green Blue C M Y K H S L
Decimal 236 53 54 0 0.78 0.77 0.07 359.67 0.83 0.57
Hex EC 35 36 0 4E 4D 7 168 53 39
Octal 354 65 66 0 116 115 7 550 123 71
Binary 11101100 110101 110110 0 1001110 1001101 111 101101000 1010011 111001

Color Harmonies of #EC3536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3536

Black with #EC3536

Text Example


Text Example

White with #EC3536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3536; }

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

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

background-color css

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

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

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

border-color css

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

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

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