Html Css Color HEX #EC2342 Alizarin

📋 copy color: '#EC2342'

red 236 ◦ green 35 ◦ blue 66

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

Shades of Alizarin #EC2342

Tints of Alizarin #EC2342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.39%

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

R = 70.03%
G = 10.39%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC2342 (or 0xEC2342) is known color: Alizarin. HEX triplet: EC, 23 and 42. RGB value is (236,35,66). Sum of RGB (Red+Green+Blue) = 236+35+66=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2342 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2342 is #13DCBD. Grayscale: #626262. Windows color (decimal): -1301694 or 4334572. OLE color: 4334572.

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

Color convert

RGB 236 35 66 -
CMYK 0 0.85 0.72 0.07
HSL 350.75º 0.84% 0.53% -
HSV(B) 350.75º 0.85% 0.93% -
XYZ 36.18 19.43 7 -
YUV 98.63 109.59 225.98 -
System Red Green Blue C M Y K H S L
Decimal 236 35 66 0 0.85 0.72 0.07 350.75 0.84 0.53
Hex EC 23 42 0 55 48 7 15F 54 35
Octal 354 43 102 0 125 110 7 537 124 65
Binary 11101100 100011 1000010 0 1010101 1001000 111 101011111 1010100 110101

Color Harmonies of #EC2342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2342

Black with #EC2342

Text Example


Text Example

White with #EC2342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2342; }

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

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

background-color css

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

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

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

border-color css

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

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

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