Html Css Color HEX #EC2641 Alizarin

📋 copy color: '#EC2641'

red 236 ◦ green 38 ◦ blue 65

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

Shades of Alizarin #EC2641

Tints of Alizarin #EC2641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.21%

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

R = 69.62%
G = 11.21%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC2641 (or 0xEC2641) is known color: Alizarin. HEX triplet: EC, 26 and 41. RGB value is (236,38,65). Sum of RGB (Red+Green+Blue) = 236+38+65=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2641 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2641 is #13D9BE. Grayscale: #646464. Windows color (decimal): -1300927 or 4269804. OLE color: 4269804.

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

Color convert

RGB 236 38 65 -
CMYK 0 0.84 0.72 0.07
HSL 351.82º 0.84% 0.54% -
HSV(B) 351.82º 0.84% 0.93% -
XYZ 36.24 19.6 6.87 -
YUV 100.28 108.1 224.8 -
System Red Green Blue C M Y K H S L
Decimal 236 38 65 0 0.84 0.72 0.07 351.82 0.84 0.54
Hex EC 26 41 0 54 48 7 160 54 36
Octal 354 46 101 0 124 110 7 540 124 66
Binary 11101100 100110 1000001 0 1010100 1001000 111 101100000 1010100 110110

Color Harmonies of #EC2641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2641

Black with #EC2641

Text Example


Text Example

White with #EC2641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2641; }

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

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

background-color css

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

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

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

border-color css

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

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

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