Html Css Color HEX #EC3C42 Alizarin

📋 copy color: '#EC3C42'

red 236 ◦ green 60 ◦ blue 66

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

Shades of Alizarin #EC3C42

Tints of Alizarin #EC3C42

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.57%

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

R = 65.19%
G = 16.57%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC3C42 (or 0xEC3C42) is known color: Alizarin. HEX triplet: EC, 3C and 42. RGB value is (236,60,66). Sum of RGB (Red+Green+Blue) = 236+60+66=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3C42 is #13C3BD. Grayscale: #717171. Windows color (decimal): -1295294 or 4340972. OLE color: 4340972.

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

Color convert

RGB 236 60 66 -
CMYK 0 0.75 0.72 0.07
HSL 357.95º 0.82% 0.58% -
HSV(B) 357.95º 0.75% 0.93% -
XYZ 37.19 21.46 7.34 -
YUV 113.31 101.31 215.51 -
System Red Green Blue C M Y K H S L
Decimal 236 60 66 0 0.75 0.72 0.07 357.95 0.82 0.58
Hex EC 3C 42 0 4B 48 7 166 52 3A
Octal 354 74 102 0 113 110 7 546 122 72
Binary 11101100 111100 1000010 0 1001011 1001000 111 101100110 1010010 111010

Color Harmonies of #EC3C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3C42

Black with #EC3C42

Text Example


Text Example

White with #EC3C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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