Html Css Color HEX #EC2541 Alizarin

📋 copy color: '#EC2541'

red 236 ◦ green 37 ◦ blue 65

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

Shades of Alizarin #EC2541

Tints of Alizarin #EC2541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.95%

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

R = 69.82%
G = 10.95%
B = 19.23%

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

#EC2541 (or 0xEC2541) is known color: Alizarin. HEX triplet: EC, 25 and 41. RGB value is (236,37,65). Sum of RGB (Red+Green+Blue) = 236+37+65=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2541 is #13DABE. Grayscale: #636363. Windows color (decimal): -1301183 or 4269548. OLE color: 4269548.

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

Color convert

RGB 236 37 65 -
CMYK 0 0.84 0.72 0.07
HSL 351.56º 0.84% 0.54% -
HSV(B) 351.56º 0.84% 0.93% -
XYZ 36.21 19.54 6.86 -
YUV 99.69 108.43 225.22 -
System Red Green Blue C M Y K H S L
Decimal 236 37 65 0 0.84 0.72 0.07 351.56 0.84 0.54
Hex EC 25 41 0 54 48 7 160 54 36
Octal 354 45 101 0 124 110 7 540 124 66
Binary 11101100 100101 1000001 0 1010100 1001000 111 101100000 1010100 110110

Color Harmonies of #EC2541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2541

Black with #EC2541

Text Example


Text Example

White with #EC2541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2541; }

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

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

background-color css

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

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

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

border-color css

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

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

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