Html Css Color HEX #EC293F Alizarin

📋 copy color: '#EC293F'

red 236 ◦ green 41 ◦ blue 63

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

Shades of Alizarin #EC293F

Tints of Alizarin #EC293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.53%

R = 69.41%
G = 12.06%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC293F (or 0xEC293F) is known color: Alizarin. HEX triplet: EC, 29 and 3F. RGB value is (236,41,63). Sum of RGB (Red+Green+Blue) = 236+41+63=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC293F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC293F is #13D6C0. Grayscale: #656565. Windows color (decimal): -1300161 or 4139500. OLE color: 4139500.

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

Color convert

RGB 236 41 63 -
CMYK 0 0.83 0.73 0.07
HSL 353.23º 0.84% 0.54% -
HSV(B) 353.23º 0.83% 0.93% -
XYZ 36.28 19.78 6.61 -
YUV 101.81 106.1 223.71 -
System Red Green Blue C M Y K H S L
Decimal 236 41 63 0 0.83 0.73 0.07 353.23 0.84 0.54
Hex EC 29 3F 0 53 49 7 161 54 36
Octal 354 51 77 0 123 111 7 541 124 66
Binary 11101100 101001 111111 0 1010011 1001001 111 101100001 1010100 110110

Color Harmonies of #EC293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC293F

Black with #EC293F

Text Example


Text Example

White with #EC293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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