Html Css Color HEX #EC2540 Alizarin

📋 copy color: '#EC2540'

red 236 ◦ green 37 ◦ blue 64

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

Shades of Alizarin #EC2540

Tints of Alizarin #EC2540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.98%

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

R = 70.03%
G = 10.98%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC2540 (or 0xEC2540) is known color: Alizarin. HEX triplet: EC, 25 and 40. RGB value is (236,37,64). Sum of RGB (Red+Green+Blue) = 236+37+64=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2540 is #13DABF. Grayscale: #636363. Windows color (decimal): -1301184 or 4204012. OLE color: 4204012.

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

Color convert

RGB 236 37 64 -
CMYK 0 0.84 0.73 0.07
HSL 351.86º 0.84% 0.54% -
HSV(B) 351.86º 0.84% 0.93% -
XYZ 36.18 19.53 6.71 -
YUV 99.58 107.93 225.3 -
System Red Green Blue C M Y K H S L
Decimal 236 37 64 0 0.84 0.73 0.07 351.86 0.84 0.54
Hex EC 25 40 0 54 49 7 160 54 36
Octal 354 45 100 0 124 111 7 540 124 66
Binary 11101100 100101 1000000 0 1010100 1001001 111 101100000 1010100 110110

Color Harmonies of #EC2540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2540

Black with #EC2540

Text Example


Text Example

White with #EC2540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2540; }

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

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

background-color css

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

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

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

border-color css

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

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

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