Html Css Color HEX #EC2740 Alizarin

📋 copy color: '#EC2740'

red 236 ◦ green 39 ◦ blue 64

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

Shades of Alizarin #EC2740

Tints of Alizarin #EC2740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.5%

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

R = 69.62%
G = 11.5%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC2740 (or 0xEC2740) is known color: Alizarin. HEX triplet: EC, 27 and 40. RGB value is (236,39,64). Sum of RGB (Red+Green+Blue) = 236+39+64=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2740 is #13D8BF. Grayscale: #646464. Windows color (decimal): -1300672 or 4204524. OLE color: 4204524.

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

Color convert

RGB 236 39 64 -
CMYK 0 0.83 0.73 0.07
HSL 352.39º 0.84% 0.54% -
HSV(B) 352.39º 0.83% 0.93% -
XYZ 36.24 19.65 6.73 -
YUV 100.75 107.27 224.47 -
System Red Green Blue C M Y K H S L
Decimal 236 39 64 0 0.83 0.73 0.07 352.39 0.84 0.54
Hex EC 27 40 0 53 49 7 160 54 36
Octal 354 47 100 0 123 111 7 540 124 66
Binary 11101100 100111 1000000 0 1010011 1001001 111 101100000 1010100 110110

Color Harmonies of #EC2740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2740

Black with #EC2740

Text Example


Text Example

White with #EC2740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2740; }

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

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

background-color css

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

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

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

border-color css

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

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

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