Html Css Color HEX #EC3242 Alizarin

📋 copy color: '#EC3242'

red 236 ◦ green 50 ◦ blue 66

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

Shades of Alizarin #EC3242

Tints of Alizarin #EC3242

RGB

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

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

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

R = 67.05%
G = 14.2%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC3242 (or 0xEC3242) is known color: Alizarin. HEX triplet: EC, 32 and 42. RGB value is (236,50,66). Sum of RGB (Red+Green+Blue) = 236+50+66=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3242 is #13CDBD. Grayscale: #6B6B6B. Windows color (decimal): -1297854 or 4338412. OLE color: 4338412.

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

Color convert

RGB 236 50 66 -
CMYK 0 0.79 0.72 0.07
HSL 354.84º 0.83% 0.56% -
HSV(B) 354.84º 0.79% 0.93% -
XYZ 36.72 20.51 7.18 -
YUV 107.44 104.62 219.7 -
System Red Green Blue C M Y K H S L
Decimal 236 50 66 0 0.79 0.72 0.07 354.84 0.83 0.56
Hex EC 32 42 0 4F 48 7 163 53 38
Octal 354 62 102 0 117 110 7 543 123 70
Binary 11101100 110010 1000010 0 1001111 1001000 111 101100011 1010011 111000

Color Harmonies of #EC3242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3242

Black with #EC3242

Text Example


Text Example

White with #EC3242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3242; }

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

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

background-color css

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

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

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

border-color css

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

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

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