Html Css Color HEX #EC373C Alizarin

📋 copy color: '#EC373C'

red 236 ◦ green 55 ◦ blue 60

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

Shades of Alizarin #EC373C

Tints of Alizarin #EC373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.67%

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

R = 67.24%
G = 15.67%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC373C (or 0xEC373C) is known color: Alizarin. HEX triplet: EC, 37 and 3C. RGB value is (236,55,60). Sum of RGB (Red+Green+Blue) = 236+55+60=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC373C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC373C is #13C8C3. Grayscale: #6D6D6D. Windows color (decimal): -1296580 or 3946476. OLE color: 3946476.

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

Color convert

RGB 236 55 60 -
CMYK 0 0.77 0.75 0.07
HSL 358.34º 0.83% 0.57% -
HSV(B) 358.34º 0.77% 0.93% -
XYZ 36.77 20.89 6.37 -
YUV 109.69 99.97 218.09 -
System Red Green Blue C M Y K H S L
Decimal 236 55 60 0 0.77 0.75 0.07 358.34 0.83 0.57
Hex EC 37 3C 0 4D 4B 7 166 53 39
Octal 354 67 74 0 115 113 7 546 123 71
Binary 11101100 110111 111100 0 1001101 1001011 111 101100110 1010011 111001

Color Harmonies of #EC373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC373C

Black with #EC373C

Text Example


Text Example

White with #EC373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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