#EC4444

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

Shades of Cinnabar #EC4444

Tints of Cinnabar #EC4444

Color information

#EC4444 (or 0xEC4444) is unknown color: approx Cinnabar. HEX triplet: EC, 44 and 44. RGB value is (236,68,68). Sum of RGB (Red+Green+Blue) = 236+68+68=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4444 is #13BBBB. Grayscale: #767676. Windows color (decimal): -1293244 or 4474092. OLE color: 4474092.

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

Color convert

RGB2366868-
CMYK00.710.710.07
HSL81.55%59.61%-
HSV(B)71.19%92.55%-
XYZ37.722.387.8-
YUV118.2399.66212-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 63.44%
GREEN value IS 68 (26.95% from 255) = 18.28%
BLUE value IS 68 (26.95% from 255) = 18.28%
R=63.44%
G=18.28%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236686800.710.710.07081.5559.61
HexEC44440474770523c
Octal35410410401071077012274
Binary111011001000100100010001000111100011111101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4444; }

 p { color: rgb(236,68,68); }

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

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

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

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

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

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

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