#EC373A

Color #EC373A Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #EC373A

Tints of Alizarin #EC373A

Color information

#EC373A (or 0xEC373A) is unknown color: approx 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

RGB2365558-
CMYK00.770.750.07
HSL359.01º82.65%57.06%-
HSV(B)359.01º76.69%92.55%-
XYZ36.7220.876.1-
YUV109.4698.97218.26-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236555800.770.750.07359.0182.6557.06
HexEC373A04D4B71675339
Octal35467720115113754712371
Binary111011001101111110100100110110010111111011001111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>