#EC3036

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

Shades of Alizarin #EC3036

Tints of Alizarin #EC3036

Color information

#EC3036 (or 0xEC3036) is unknown color: approx Alizarin. HEX triplet: EC, 30 and 36. RGB value is (236,48,54). Sum of RGB (Red+Green+Blue) = 236+48+54=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3036 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3036 is #13CFC9. Grayscale: #696969. Windows color (decimal): -1298378 or 3551468. OLE color: 3551468.

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

Color convert

RGB2364854-
CMYK00.800.770.07
HSL358.09º83.19%55.69%-
HSV(B)358.09º79.66%92.55%-
XYZ36.3120.215.48-
YUV104.999.28221.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 69.82%
GREEN value IS 48 (19.14% from 255) = 14.20%
BLUE value IS 54 (21.48% from 255) = 15.98%
R=69.82%
G=14.20%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236485400.800.770.07358.0983.1955.69
HexEC30360504D71665338
Octal35460660120115754612370
Binary111011001100001101100101000010011011111011001101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3036; }

 p { color: rgb(236,48,54); }

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

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

 a { background-color: rgb(236,48,54); }

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

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

 span { border-color: rgb(236,48,54); }

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