#EC1D2A

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

Shades of Alizarin #EC1D2A

Tints of Alizarin #EC1D2A

Color information

#EC1D2A (or 0xEC1D2A) is unknown color: approx Alizarin. HEX triplet: EC, 1D and 2A. RGB value is (236,29,42). Sum of RGB (Red+Green+Blue) = 236+29+42=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1D2A is #13E2D5. Grayscale: #5C5C5C. Windows color (decimal): -1303254 or 2760172. OLE color: 2760172.

HSL color Cylindrical-coordinate representation of color #EC1D2A: hue angle of 356.23º degrees, saturation: 0.84, 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 #EC1D2A is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB2362942-
CMYK00.880.820.07
HSL356.23º84.49%51.96%-
HSV(B)356.23º87.71%92.55%-
XYZ35.4518.883.97-
YUV92.3799.58230.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 76.87%
GREEN value IS 29 (11.72% from 255) = 9.45%
BLUE value IS 42 (16.80% from 255) = 13.68%
R=76.87%
G=9.45%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236294200.880.820.07356.2384.4951.96
HexEC1D2A0585271645434
Octal35435520130122754412464
Binary11101100111011010100101100010100101111011001001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1D2A; }

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

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

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

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

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

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

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

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