Html Css Color HEX #EC3642 Alizarin

📋 copy color: '#EC3642'

red 236 ◦ green 54 ◦ blue 66

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

Shades of Alizarin #EC3642

Tints of Alizarin #EC3642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.17%

 BLUE value IS 66 (26.17% from 255) = 18.54%

R = 66.29%
G = 15.17%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC3642 (or 0xEC3642) is known color: Alizarin. HEX triplet: EC, 36 and 42. RGB value is (236,54,66). Sum of RGB (Red+Green+Blue) = 236+54+66=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3642 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3642 is #13C9BD. Grayscale: #6D6D6D. Windows color (decimal): -1296830 or 4339436. OLE color: 4339436.

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

Color convert

RGB 236 54 66 -
CMYK 0 0.77 0.72 0.07
HSL 356.04º 0.83% 0.57% -
HSV(B) 356.04º 0.77% 0.93% -
XYZ 36.89 20.86 7.24 -
YUV 109.79 103.3 218.02 -
System Red Green Blue C M Y K H S L
Decimal 236 54 66 0 0.77 0.72 0.07 356.04 0.83 0.57
Hex EC 36 42 0 4D 48 7 164 53 39
Octal 354 66 102 0 115 110 7 544 123 71
Binary 11101100 110110 1000010 0 1001101 1001000 111 101100100 1010011 111001

Color Harmonies of #EC3642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3642

Black with #EC3642

Text Example


Text Example

White with #EC3642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3642; }

 p { color: rgb(236,54,66); }

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

background-color css

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

 a { background-color: rgb(236,54,66); }

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

border-color css

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

 span { border-color: rgb(236,54,66); }

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