#EC4A2B

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

Shades of Cinnabar #EC4A2B

Tints of Cinnabar #EC4A2B

Color information

#EC4A2B (or 0xEC4A2B) is unknown color: approx Cinnabar. HEX triplet: EC, 4A and 2B. RGB value is (236,74,43). Sum of RGB (Red+Green+Blue) = 236+74+43=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4A2B is #13B5D4. Grayscale: #777777. Windows color (decimal): -1291733 or 2837228. OLE color: 2837228.

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

Color convert

RGB2367443-
CMYK00.690.820.07
HSL9.64º83.55%54.71%-
HSV(B)9.64º81.78%92.55%-
XYZ37.4822.94.73-
YUV118.985.17211.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 66.86%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 43 (17.19% from 255) = 12.18%
R=66.86%
G=20.96%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236744300.690.820.079.6483.5554.71
HexEC4A2B045527a5437
Octal35411253010512271212467
Binary11101100100101010101101000101101001011110101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4A2B; }

 p { color: rgb(236,74,43); }

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

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

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

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

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

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

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