Html Css Color HEX #EC373A Alizarin

📋 copy color: '#EC373A'

red 236 ◦ green 55 ◦ blue 58

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

Shades of Alizarin #EC373A

Tints of Alizarin #EC373A

RGB

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

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

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

R = 67.62%
G = 15.76%
B = 16.62%

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

#EC373A (or 0xEC373A) is known color: Alizarin. HEX triplet: EC, 37 and 3A. RGB value is (236,55,58). Sum of RGB (Red+Green+Blue) = 236+55+58=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC373A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC373A is #13C8C5. Grayscale: #6D6D6D. Windows color (decimal): -1296582 or 3815404. OLE color: 3815404.

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

Color convert

RGB 236 55 58 -
CMYK 0 0.77 0.75 0.07
HSL 359.01º 0.83% 0.57% -
HSV(B) 359.01º 0.77% 0.93% -
XYZ 36.72 20.87 6.1 -
YUV 109.46 98.97 218.26 -
System Red Green Blue C M Y K H S L
Decimal 236 55 58 0 0.77 0.75 0.07 359.01 0.83 0.57
Hex EC 37 3A 0 4D 4B 7 167 53 39
Octal 354 67 72 0 115 113 7 547 123 71
Binary 11101100 110111 111010 0 1001101 1001011 111 101100111 1010011 111001

Color Harmonies of #EC373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC373A

Black with #EC373A

Text Example


Text Example

White with #EC373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC373A; }

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

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

background-color css

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

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

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

border-color css

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

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

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