#EC1B2A

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

Shades of Alizarin #EC1B2A

Tints of Alizarin #EC1B2A

Color information

#EC1B2A (or 0xEC1B2A) is unknown color: approx Alizarin. HEX triplet: EC, 1B and 2A. RGB value is (236,27,42). Sum of RGB (Red+Green+Blue) = 236+27+42=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1B2A is #13E4D5. Grayscale: #5B5B5B. Windows color (decimal): -1303766 or 2759660. OLE color: 2759660.

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

Color convert

RGB2362742-
CMYK00.890.820.07
HSL355.69º84.62%51.57%-
HSV(B)355.69º88.56%92.55%-
XYZ35.418.783.95-
YUV91.2100.24231.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 77.38%
GREEN value IS 27 (10.94% from 255) = 8.85%
BLUE value IS 42 (16.80% from 255) = 13.77%
R=77.38%
G=8.85%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236274200.890.820.07355.6984.6251.57
HexEC1B2A0595271645534
Octal35433520131122754412564
Binary11101100110111010100101100110100101111011001001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1B2A; }

 p { color: rgb(236,27,42); }

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

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

 a { background-color: rgb(236,27,42); }

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

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

 span { border-color: rgb(236,27,42); }

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