Html Css Color HEX #EC3640 Alizarin

📋 copy color: '#EC3640'

red 236 ◦ green 54 ◦ blue 64

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

Shades of Alizarin #EC3640

Tints of Alizarin #EC3640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.25%

 BLUE value IS 64 (25.39% from 255) = 18.08%

R = 66.67%
G = 15.25%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC3640 (or 0xEC3640) is known color: Alizarin. HEX triplet: EC, 36 and 40. RGB value is (236,54,64). Sum of RGB (Red+Green+Blue) = 236+54+64=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3640 is #13C9BF. Grayscale: #6D6D6D. Windows color (decimal): -1296832 or 4208364. OLE color: 4208364.

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

Color convert

RGB 236 54 64 -
CMYK 0 0.77 0.73 0.07
HSL 356.7º 0.83% 0.57% -
HSV(B) 356.7º 0.77% 0.93% -
XYZ 36.84 20.84 6.93 -
YUV 109.56 102.3 218.19 -
System Red Green Blue C M Y K H S L
Decimal 236 54 64 0 0.77 0.73 0.07 356.7 0.83 0.57
Hex EC 36 40 0 4D 49 7 165 53 39
Octal 354 66 100 0 115 111 7 545 123 71
Binary 11101100 110110 1000000 0 1001101 1001001 111 101100101 1010011 111001

Color Harmonies of #EC3640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3640

Black with #EC3640

Text Example


Text Example

White with #EC3640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3640; }

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

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

background-color css

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

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

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

border-color css

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

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

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