Html Css Color HEX #EC3E40 Alizarin

📋 copy color: '#EC3E40'

red 236 ◦ green 62 ◦ blue 64

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

Shades of Alizarin #EC3E40

Tints of Alizarin #EC3E40

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.13%

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

R = 65.19%
G = 17.13%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC3E40 (or 0xEC3E40) is known color: Alizarin. HEX triplet: EC, 3E and 40. RGB value is (236,62,64). Sum of RGB (Red+Green+Blue) = 236+62+64=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3E40 is #13C1BF. Grayscale: #727272. Windows color (decimal): -1294784 or 4210412. OLE color: 4210412.

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

Color convert

RGB 236 62 64 -
CMYK 0 0.74 0.73 0.07
HSL 359.31º 0.82% 0.58% -
HSV(B) 359.31º 0.74% 0.93% -
XYZ 37.24 21.65 7.07 -
YUV 114.25 99.65 214.84 -
System Red Green Blue C M Y K H S L
Decimal 236 62 64 0 0.74 0.73 0.07 359.31 0.82 0.58
Hex EC 3E 40 0 4A 49 7 167 52 3A
Octal 354 76 100 0 112 111 7 547 122 72
Binary 11101100 111110 1000000 0 1001010 1001001 111 101100111 1010010 111010

Color Harmonies of #EC3E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3E40

Black with #EC3E40

Text Example


Text Example

White with #EC3E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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