Html Css Color HEX #EC2440 Alizarin

📋 copy color: '#EC2440'

red 236 ◦ green 36 ◦ blue 64

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

Shades of Alizarin #EC2440

Tints of Alizarin #EC2440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.71%

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

R = 70.24%
G = 10.71%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC2440 (or 0xEC2440) is known color: Alizarin. HEX triplet: EC, 24 and 40. RGB value is (236,36,64). Sum of RGB (Red+Green+Blue) = 236+36+64=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2440 is #13DBBF. Grayscale: #636363. Windows color (decimal): -1301440 or 4203756. OLE color: 4203756.

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

Color convert

RGB 236 36 64 -
CMYK 0 0.85 0.73 0.07
HSL 351.6º 0.84% 0.53% -
HSV(B) 351.6º 0.85% 0.93% -
XYZ 36.15 19.46 6.7 -
YUV 98.99 108.26 225.72 -
System Red Green Blue C M Y K H S L
Decimal 236 36 64 0 0.85 0.73 0.07 351.6 0.84 0.53
Hex EC 24 40 0 55 49 7 160 54 35
Octal 354 44 100 0 125 111 7 540 124 65
Binary 11101100 100100 1000000 0 1010101 1001001 111 101100000 1010100 110101

Color Harmonies of #EC2440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2440

Black with #EC2440

Text Example


Text Example

White with #EC2440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2440; }

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

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

background-color css

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

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

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

border-color css

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

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

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