Html Css Color HEX #EC3441 Alizarin

📋 copy color: '#EC3441'

red 236 ◦ green 52 ◦ blue 65

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

Shades of Alizarin #EC3441

Tints of Alizarin #EC3441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.73%

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

R = 66.86%
G = 14.73%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC3441 (or 0xEC3441) is known color: Alizarin. HEX triplet: EC, 34 and 41. RGB value is (236,52,65). Sum of RGB (Red+Green+Blue) = 236+52+65=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3441 is #13CBBE. Grayscale: #6C6C6C. Windows color (decimal): -1297343 or 4273388. OLE color: 4273388.

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

Color convert

RGB 236 52 65 -
CMYK 0 0.78 0.72 0.07
HSL 355.76º 0.83% 0.56% -
HSV(B) 355.76º 0.78% 0.93% -
XYZ 36.77 20.67 7.05 -
YUV 108.5 103.46 218.94 -
System Red Green Blue C M Y K H S L
Decimal 236 52 65 0 0.78 0.72 0.07 355.76 0.83 0.56
Hex EC 34 41 0 4E 48 7 164 53 38
Octal 354 64 101 0 116 110 7 544 123 70
Binary 11101100 110100 1000001 0 1001110 1001000 111 101100100 1010011 111000

Color Harmonies of #EC3441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3441

Black with #EC3441

Text Example


Text Example

White with #EC3441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3441; }

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

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

background-color css

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

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

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

border-color css

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

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

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