Html Css Color HEX #EC3942 Alizarin

📋 copy color: '#EC3942'

red 236 ◦ green 57 ◦ blue 66

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

Shades of Alizarin #EC3942

Tints of Alizarin #EC3942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.88%

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

R = 65.74%
G = 15.88%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC3942 (or 0xEC3942) is known color: Alizarin. HEX triplet: EC, 39 and 42. RGB value is (236,57,66). Sum of RGB (Red+Green+Blue) = 236+57+66=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3942 is #13C6BD. Grayscale: #6F6F6F. Windows color (decimal): -1296062 or 4340204. OLE color: 4340204.

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

Color convert

RGB 236 57 66 -
CMYK 0 0.76 0.72 0.07
HSL 356.98º 0.82% 0.57% -
HSV(B) 356.98º 0.76% 0.93% -
XYZ 37.04 21.15 7.28 -
YUV 111.55 102.3 216.77 -
System Red Green Blue C M Y K H S L
Decimal 236 57 66 0 0.76 0.72 0.07 356.98 0.82 0.57
Hex EC 39 42 0 4C 48 7 165 52 39
Octal 354 71 102 0 114 110 7 545 122 71
Binary 11101100 111001 1000010 0 1001100 1001000 111 101100101 1010010 111001

Color Harmonies of #EC3942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3942

Black with #EC3942

Text Example


Text Example

White with #EC3942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3942; }

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

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

background-color css

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

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

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

border-color css

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

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

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