#EC4C2F

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

Shades of Cinnabar #EC4C2F

Tints of Cinnabar #EC4C2F

Color information

#EC4C2F (or 0xEC4C2F) is unknown color: approx Cinnabar. HEX triplet: EC, 4C and 2F. RGB value is (236,76,47). Sum of RGB (Red+Green+Blue) = 236+76+47=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4C2F is #13B3D0. Grayscale: #787878. Windows color (decimal): -1291217 or 3099884. OLE color: 3099884.

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

Color convert

RGB2367647-
CMYK00.680.800.07
HSL9.21º83.26%55.49%-
HSV(B)9.21º80.08%92.55%-
XYZ37.6923.215.18-
YUV120.5386.51210.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 65.74%
GREEN value IS 76 (30.08% from 255) = 21.17%
BLUE value IS 47 (18.75% from 255) = 13.09%
R=65.74%
G=21.17%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236764700.680.800.079.2183.2655.49
HexEC4C2F04450795337
Octal35411457010412071112367
Binary11101100100110010111101000100101000011110011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4C2F; }

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

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

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

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

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

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

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

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