Html Css Color HEX #EC293A Alizarin

📋 copy color: '#EC293A'

red 236 ◦ green 41 ◦ blue 58

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

Shades of Alizarin #EC293A

Tints of Alizarin #EC293A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.31%

R = 70.45%
G = 12.24%
B = 17.31%

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

#EC293A (or 0xEC293A) is known color: Alizarin. HEX triplet: EC, 29 and 3A. RGB value is (236,41,58). Sum of RGB (Red+Green+Blue) = 236+41+58=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC293A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC293A is #13D6C5. Grayscale: #656565. Windows color (decimal): -1300166 or 3811820. OLE color: 3811820.

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

Color convert

RGB 236 41 58 -
CMYK 0 0.83 0.75 0.07
HSL 354.77º 0.84% 0.54% -
HSV(B) 354.77º 0.83% 0.93% -
XYZ 36.15 19.72 5.9 -
YUV 101.24 103.6 224.12 -
System Red Green Blue C M Y K H S L
Decimal 236 41 58 0 0.83 0.75 0.07 354.77 0.84 0.54
Hex EC 29 3A 0 53 4B 7 163 54 36
Octal 354 51 72 0 123 113 7 543 124 66
Binary 11101100 101001 111010 0 1010011 1001011 111 101100011 1010100 110110

Color Harmonies of #EC293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC293A

Black with #EC293A

Text Example


Text Example

White with #EC293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC293A; }

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

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

background-color css

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

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

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

border-color css

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

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

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