#EC5039

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

Shades of Cinnabar #EC5039

Tints of Cinnabar #EC5039

Color information

#EC5039 (or 0xEC5039) is unknown color: approx Cinnabar. HEX triplet: EC, 50 and 39. RGB value is (236,80,57). Sum of RGB (Red+Green+Blue) = 236+80+57=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 57 (22.66% from 255 or 15.28% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5039 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5039 is #13AFC6. Grayscale: #7C7C7C. Windows color (decimal): -1290183 or 3756268. OLE color: 3756268.

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

Color convert

RGB2368057-
CMYK00.660.760.07
HSL7.71º82.49%57.45%-
HSV(B)7.71º75.85%92.55%-
XYZ38.223.876.46-
YUV124.0290.18207.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 63.27%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 57 (22.66% from 255) = 15.28%
R=63.27%
G=21.45%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236805700.660.760.077.7182.4957.45
HexEC50390424C785239
Octal35412071010211471012271
Binary11101100101000011100101000010100110011110001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5039; }

 p { color: rgb(236,80,57); }

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

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

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

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

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

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

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