Html Css Color HEX #EC2242 Alizarin

📋 copy color: '#EC2242'

red 236 ◦ green 34 ◦ blue 66

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

Shades of Alizarin #EC2242

Tints of Alizarin #EC2242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.12%

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

R = 70.24%
G = 10.12%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC2242 (or 0xEC2242) is known color: Alizarin. HEX triplet: EC, 22 and 42. RGB value is (236,34,66). Sum of RGB (Red+Green+Blue) = 236+34+66=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2242 is #13DDBD. Grayscale: #626262. Windows color (decimal): -1301950 or 4334316. OLE color: 4334316.

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

Color convert

RGB 236 34 66 -
CMYK 0 0.86 0.72 0.07
HSL 350.5º 0.84% 0.53% -
HSV(B) 350.5º 0.86% 0.93% -
XYZ 36.15 19.37 6.99 -
YUV 98.05 109.92 226.4 -
System Red Green Blue C M Y K H S L
Decimal 236 34 66 0 0.86 0.72 0.07 350.5 0.84 0.53
Hex EC 22 42 0 56 48 7 15E 54 35
Octal 354 42 102 0 126 110 7 536 124 65
Binary 11101100 100010 1000010 0 1010110 1001000 111 101011110 1010100 110101

Color Harmonies of #EC2242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2242

Black with #EC2242

Text Example


Text Example

White with #EC2242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2242; }

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

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

background-color css

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

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

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

border-color css

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

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

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