Html Css Color HEX #EC3240 Alizarin

📋 copy color: '#EC3240'

red 236 ◦ green 50 ◦ blue 64

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

Shades of Alizarin #EC3240

Tints of Alizarin #EC3240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.29%

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

R = 67.43%
G = 14.29%
B = 18.29%

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

#EC3240 (or 0xEC3240) is known color: Alizarin. HEX triplet: EC, 32 and 40. RGB value is (236,50,64). Sum of RGB (Red+Green+Blue) = 236+50+64=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3240 is #13CDBF. Grayscale: #6B6B6B. Windows color (decimal): -1297856 or 4207340. OLE color: 4207340.

HSL color Cylindrical-coordinate representation of color #EC3240: hue angle of 355.48º 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 #EC3240 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 50 64 -
CMYK 0 0.79 0.73 0.07
HSL 355.48º 0.83% 0.56% -
HSV(B) 355.48º 0.79% 0.93% -
XYZ 36.66 20.48 6.87 -
YUV 107.21 103.62 219.86 -
System Red Green Blue C M Y K H S L
Decimal 236 50 64 0 0.79 0.73 0.07 355.48 0.83 0.56
Hex EC 32 40 0 4F 49 7 163 53 38
Octal 354 62 100 0 117 111 7 543 123 70
Binary 11101100 110010 1000000 0 1001111 1001001 111 101100011 1010011 111000

Color Harmonies of #EC3240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3240

Black with #EC3240

Text Example


Text Example

White with #EC3240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3240; }

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

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

background-color css

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

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

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

border-color css

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

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

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