Html Css Color HEX #EC3140 Alizarin

📋 copy color: '#EC3140'

red 236 ◦ green 49 ◦ blue 64

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

Shades of Alizarin #EC3140

Tints of Alizarin #EC3140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.04%

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

R = 67.62%
G = 14.04%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC3140 (or 0xEC3140) is known color: Alizarin. HEX triplet: EC, 31 and 40. RGB value is (236,49,64). Sum of RGB (Red+Green+Blue) = 236+49+64=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3140 is #13CEBF. Grayscale: #6A6A6A. Windows color (decimal): -1298112 or 4207084. OLE color: 4207084.

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

Color convert

RGB 236 49 64 -
CMYK 0 0.79 0.73 0.07
HSL 355.19º 0.83% 0.56% -
HSV(B) 355.19º 0.79% 0.93% -
XYZ 36.62 20.4 6.86 -
YUV 106.62 103.95 220.28 -
System Red Green Blue C M Y K H S L
Decimal 236 49 64 0 0.79 0.73 0.07 355.19 0.83 0.56
Hex EC 31 40 0 4F 49 7 163 53 38
Octal 354 61 100 0 117 111 7 543 123 70
Binary 11101100 110001 1000000 0 1001111 1001001 111 101100011 1010011 111000

Color Harmonies of #EC3140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3140

Black with #EC3140

Text Example


Text Example

White with #EC3140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3140; }

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

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

background-color css

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

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

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

border-color css

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

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

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