#EC4C1C

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

Shades of Cinnabar #EC4C1C

Tints of Cinnabar #EC4C1C

Color information

#EC4C1C (or 0xEC4C1C) is unknown color: approx Cinnabar. HEX triplet: EC, 4C and 1C. RGB value is (236,76,28). Sum of RGB (Red+Green+Blue) = 236+76+28=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4C1C is #13B3E3. Grayscale: #767676. Windows color (decimal): -1291236 or 1854700. OLE color: 1854700.

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

Color convert

RGB2367628-
CMYK00.680.880.07
HSL13.85º84.55%51.76%-
HSV(B)13.85º88.14%92.55%-
XYZ37.3923.093.58-
YUV118.3777.01211.9-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 69.41%
GREEN value IS 76 (30.08% from 255) = 22.35%
BLUE value IS 28 (11.33% from 255) = 8.24%
R=69.41%
G=22.35%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236762800.680.880.0713.8584.5551.76
HexEC4C1C044587e5534
Octal35411434010413071612564
Binary1110110010011001110001000100101100011111101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4C1C; }

 p { color: rgb(236,76,28); }

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

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

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

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

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

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

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