#EC4829

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

Shades of Cinnabar #EC4829

Tints of Cinnabar #EC4829

Color information

#EC4829 (or 0xEC4829) is unknown color: approx Cinnabar. HEX triplet: EC, 48 and 29. RGB value is (236,72,41). Sum of RGB (Red+Green+Blue) = 236+72+41=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4829 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4829 is #13B7D6. Grayscale: #757575. Windows color (decimal): -1292247 or 2705644. OLE color: 2705644.

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

Color convert

RGB2367241-
CMYK00.690.830.07
HSL9.54º83.69%54.31%-
HSV(B)9.54º82.63%92.55%-
XYZ37.3122.634.5-
YUV117.584.83212.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 67.62%
GREEN value IS 72 (28.52% from 255) = 20.63%
BLUE value IS 41 (16.41% from 255) = 11.75%
R=67.62%
G=20.63%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236724100.690.830.079.5483.6954.31
HexEC4829045537a5436
Octal35411051010512371212466
Binary11101100100100010100101000101101001111110101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4829; }

 p { color: rgb(236,72,41); }

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

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

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

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

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

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

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