Html Css Color HEX #EC3540 Alizarin

📋 copy color: '#EC3540'

red 236 ◦ green 53 ◦ blue 64

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

Shades of Alizarin #EC3540

Tints of Alizarin #EC3540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.01%

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

R = 66.86%
G = 15.01%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC3540 (or 0xEC3540) is known color: Alizarin. HEX triplet: EC, 35 and 40. RGB value is (236,53,64). Sum of RGB (Red+Green+Blue) = 236+53+64=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3540 is #13CABF. Grayscale: #6D6D6D. Windows color (decimal): -1297088 or 4208108. OLE color: 4208108.

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

Color convert

RGB 236 53 64 -
CMYK 0 0.78 0.73 0.07
HSL 356.39º 0.83% 0.57% -
HSV(B) 356.39º 0.78% 0.93% -
XYZ 36.79 20.75 6.92 -
YUV 108.97 102.63 218.61 -
System Red Green Blue C M Y K H S L
Decimal 236 53 64 0 0.78 0.73 0.07 356.39 0.83 0.57
Hex EC 35 40 0 4E 49 7 164 53 39
Octal 354 65 100 0 116 111 7 544 123 71
Binary 11101100 110101 1000000 0 1001110 1001001 111 101100100 1010011 111001

Color Harmonies of #EC3540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3540

Black with #EC3540

Text Example


Text Example

White with #EC3540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3540; }

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

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

background-color css

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

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

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

border-color css

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

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

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