Html Css Color HEX #EC393C Alizarin

📋 copy color: '#EC393C'

red 236 ◦ green 57 ◦ blue 60

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

Shades of Alizarin #EC393C

Tints of Alizarin #EC393C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.15%

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

R = 66.86%
G = 16.15%
B = 17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC393C (or 0xEC393C) is known color: Alizarin. HEX triplet: EC, 39 and 3C. RGB value is (236,57,60). Sum of RGB (Red+Green+Blue) = 236+57+60=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC393C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC393C is #13C6C3. Grayscale: #6F6F6F. Windows color (decimal): -1296068 or 3946988. OLE color: 3946988.

HSL color Cylindrical-coordinate representation of color #EC393C: hue angle of 358.99º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC393C is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 57 60 -
CMYK 0 0.76 0.75 0.07
HSL 358.99º 0.82% 0.57% -
HSV(B) 358.99º 0.76% 0.93% -
XYZ 36.87 21.09 6.4 -
YUV 110.86 99.3 217.26 -
System Red Green Blue C M Y K H S L
Decimal 236 57 60 0 0.76 0.75 0.07 358.99 0.82 0.57
Hex EC 39 3C 0 4C 4B 7 167 52 39
Octal 354 71 74 0 114 113 7 547 122 71
Binary 11101100 111001 111100 0 1001100 1001011 111 101100111 1010010 111001

Color Harmonies of #EC393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC393C

Black with #EC393C

Text Example


Text Example

White with #EC393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC393C; }

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

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

background-color css

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

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

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

border-color css

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

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

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