#EC2729

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

Shades of Alizarin #EC2729

Tints of Alizarin #EC2729

Color information

#EC2729 (or 0xEC2729) is unknown color: approx Alizarin. HEX triplet: EC, 27 and 29. RGB value is (236,39,41). Sum of RGB (Red+Green+Blue) = 236+39+41=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2729 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2729 is #13D8D6. Grayscale: #626262. Windows color (decimal): -1300695 or 2697196. OLE color: 2697196.

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

Color convert

RGB2363941-
CMYK00.830.830.07
HSL359.39º83.83%53.92%-
HSV(B)359.39º83.47%92.55%-
XYZ35.7219.443.97-
YUV98.1395.77226.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 74.68%
GREEN value IS 39 (15.62% from 255) = 12.34%
BLUE value IS 41 (16.41% from 255) = 12.97%
R=74.68%
G=12.34%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236394100.830.830.07359.3983.8353.92
HexEC27290535371675436
Octal35447510123123754712466
Binary111011001001111010010101001110100111111011001111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2729; }

 p { color: rgb(236,39,41); }

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

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

 a { background-color: rgb(236,39,41); }

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

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

 span { border-color: rgb(236,39,41); }

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