#EC1C1D

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

Shades of Alizarin #EC1C1D

Tints of Alizarin #EC1C1D

Color information

#EC1C1D (or 0xEC1C1D) is unknown color: approx Alizarin. HEX triplet: EC, 1C and 1D. RGB value is (236,28,29). Sum of RGB (Red+Green+Blue) = 236+28+29=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1C1D is #13E3E2. Grayscale: #5A5A5A. Windows color (decimal): -1303523 or 1907948. OLE color: 1907948.

HSL color Cylindrical-coordinate representation of color #EC1C1D: hue angle of 359.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1C1D is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB2362829-
CMYK00.880.880.07
HSL359.71º84.55%51.76%-
HSV(B)359.71º88.14%92.55%-
XYZ35.2318.752.93-
YUV90.3193.41231.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 80.55%
GREEN value IS 28 (11.33% from 255) = 9.56%
BLUE value IS 29 (11.72% from 255) = 9.90%
R=80.55%
G=9.56%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236282900.880.880.07359.7184.5551.76
HexEC1C1D0585871685534
Octal35434350130130755012564
Binary1110110011100111010101100010110001111011010001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1C1D; }

 p { color: rgb(236,28,29); }

 H1.HeaderClassName
 {
   color: #EC1C1D;
 }
 .AnyTagClassName
 {
   color: #EC1C1D;
 }
</style>
background-color css

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

 a { background-color: rgb(236,28,29); }

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

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

 span { border-color: rgb(236,28,29); }

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