Html Css Color HEX #EC2341 Alizarin

📋 copy color: '#EC2341'

red 236 ◦ green 35 ◦ blue 65

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

Shades of Alizarin #EC2341

Tints of Alizarin #EC2341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.35%

R = 70.24%
G = 10.42%
B = 19.35%

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

#EC2341 (or 0xEC2341) is known color: Alizarin. HEX triplet: EC, 23 and 41. RGB value is (236,35,65). Sum of RGB (Red+Green+Blue) = 236+35+65=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2341 is #13DCBE. Grayscale: #626262. Windows color (decimal): -1301695 or 4269036. OLE color: 4269036.

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

Color convert

RGB 236 35 65 -
CMYK 0 0.85 0.72 0.07
HSL 351.04º 0.84% 0.53% -
HSV(B) 351.04º 0.85% 0.93% -
XYZ 36.15 19.42 6.84 -
YUV 98.52 109.09 226.06 -
System Red Green Blue C M Y K H S L
Decimal 236 35 65 0 0.85 0.72 0.07 351.04 0.84 0.53
Hex EC 23 41 0 55 48 7 15F 54 35
Octal 354 43 101 0 125 110 7 537 124 65
Binary 11101100 100011 1000001 0 1010101 1001000 111 101011111 1010100 110101

Color Harmonies of #EC2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2341

Black with #EC2341

Text Example


Text Example

White with #EC2341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2341; }

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

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

background-color css

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

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

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

border-color css

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

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

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