Html Css Color HEX #EC2841 Alizarin

📋 copy color: '#EC2841'

red 236 ◦ green 40 ◦ blue 65

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

Shades of Alizarin #EC2841

Tints of Alizarin #EC2841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.73%

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

R = 69.21%
G = 11.73%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC2841 (or 0xEC2841) is known color: Alizarin. HEX triplet: EC, 28 and 41. RGB value is (236,40,65). Sum of RGB (Red+Green+Blue) = 236+40+65=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2841 is #13D7BE. Grayscale: #656565. Windows color (decimal): -1300415 or 4270316. OLE color: 4270316.

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

Color convert

RGB 236 40 65 -
CMYK 0 0.83 0.72 0.07
HSL 352.35º 0.84% 0.54% -
HSV(B) 352.35º 0.83% 0.93% -
XYZ 36.31 19.73 6.9 -
YUV 101.45 107.43 223.97 -
System Red Green Blue C M Y K H S L
Decimal 236 40 65 0 0.83 0.72 0.07 352.35 0.84 0.54
Hex EC 28 41 0 53 48 7 160 54 36
Octal 354 50 101 0 123 110 7 540 124 66
Binary 11101100 101000 1000001 0 1010011 1001000 111 101100000 1010100 110110

Color Harmonies of #EC2841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2841

Black with #EC2841

Text Example


Text Example

White with #EC2841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2841; }

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

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

background-color css

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

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

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

border-color css

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

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

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