Html Css Color HEX #EC293C Alizarin

📋 copy color: '#EC293C'

red 236 ◦ green 41 ◦ blue 60

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

Shades of Alizarin #EC293C

Tints of Alizarin #EC293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.17%

 BLUE value IS 60 (23.83% from 255) = 17.8%

R = 70.03%
G = 12.17%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC293C (or 0xEC293C) is known color: Alizarin. HEX triplet: EC, 29 and 3C. RGB value is (236,41,60). Sum of RGB (Red+Green+Blue) = 236+41+60=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC293C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC293C is #13D6C3. Grayscale: #656565. Windows color (decimal): -1300164 or 3942892. OLE color: 3942892.

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

Color convert

RGB 236 41 60 -
CMYK 0 0.83 0.75 0.07
HSL 354.15º 0.84% 0.54% -
HSV(B) 354.15º 0.83% 0.93% -
XYZ 36.2 19.74 6.18 -
YUV 101.47 104.6 223.96 -
System Red Green Blue C M Y K H S L
Decimal 236 41 60 0 0.83 0.75 0.07 354.15 0.84 0.54
Hex EC 29 3C 0 53 4B 7 162 54 36
Octal 354 51 74 0 123 113 7 542 124 66
Binary 11101100 101001 111100 0 1010011 1001011 111 101100010 1010100 110110

Color Harmonies of #EC293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC293C

Black with #EC293C

Text Example


Text Example

White with #EC293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC293C; }

 p { color: rgb(236,41,60); }

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

background-color css

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

 a { background-color: rgb(236,41,60); }

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

border-color css

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

 span { border-color: rgb(236,41,60); }

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