Html Css Color HEX #EC2741 Alizarin

📋 copy color: '#EC2741'

red 236 ◦ green 39 ◦ blue 65

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

Shades of Alizarin #EC2741

Tints of Alizarin #EC2741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.47%

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

R = 69.41%
G = 11.47%
B = 19.12%

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

#EC2741 (or 0xEC2741) is known color: Alizarin. HEX triplet: EC, 27 and 41. RGB value is (236,39,65). Sum of RGB (Red+Green+Blue) = 236+39+65=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2741 is #13D8BE. Grayscale: #646464. Windows color (decimal): -1300671 or 4270060. OLE color: 4270060.

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

Color convert

RGB 236 39 65 -
CMYK 0 0.83 0.72 0.07
HSL 352.08º 0.84% 0.54% -
HSV(B) 352.08º 0.83% 0.93% -
XYZ 36.27 19.67 6.89 -
YUV 100.87 107.77 224.39 -
System Red Green Blue C M Y K H S L
Decimal 236 39 65 0 0.83 0.72 0.07 352.08 0.84 0.54
Hex EC 27 41 0 53 48 7 160 54 36
Octal 354 47 101 0 123 110 7 540 124 66
Binary 11101100 100111 1000001 0 1010011 1001000 111 101100000 1010100 110110

Color Harmonies of #EC2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2741

Black with #EC2741

Text Example


Text Example

White with #EC2741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2741; }

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

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

background-color css

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

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

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

border-color css

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

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

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