#EC1E38

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

Shades of Alizarin #EC1E38

Tints of Alizarin #EC1E38

Color information

#EC1E38 (or 0xEC1E38) is unknown color: approx Alizarin. HEX triplet: EC, 1E and 38. RGB value is (236,30,56). Sum of RGB (Red+Green+Blue) = 236+30+56=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1E38 is #13E1C7. Grayscale: #5E5E5E. Windows color (decimal): -1302984 or 3677932. OLE color: 3677932.

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

Color convert

RGB2363056-
CMYK00.870.760.07
HSL352.43º84.43%52.16%-
HSV(B)352.43º87.29%92.55%-
XYZ35.7719.055.53-
YUV94.56106.25228.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 73.29%
GREEN value IS 30 (12.11% from 255) = 9.32%
BLUE value IS 56 (22.27% from 255) = 17.39%
R=73.29%
G=9.32%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236305600.870.760.07352.4384.4352.16
HexEC1E380574C71605434
Octal35436700127114754012464
Binary11101100111101110000101011110011001111011000001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1E38; }

 p { color: rgb(236,30,56); }

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

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

 a { background-color: rgb(236,30,56); }

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

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

 span { border-color: rgb(236,30,56); }

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