#EB5036

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

Shades of Cinnabar #EB5036

Tints of Cinnabar #EB5036

Color information

#EB5036 (or 0xEB5036) is unknown color: approx Cinnabar. HEX triplet: EB, 50 and 36. RGB value is (235,80,54). Sum of RGB (Red+Green+Blue) = 235+80+54=369 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.69% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5036 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5036 is #14AFC9. Grayscale: #7B7B7B. Windows color (decimal): -1355722 or 3559659. OLE color: 3559659.

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

Color convert

RGB2358054-
CMYK00.660.770.08
HSL8.62º81.9%56.67%-
HSV(B)8.62º77.02%92.16%-
XYZ37.823.676.07-
YUV123.3888.85207.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 63.69%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 54 (21.48% from 255) = 14.63%
R=63.69%
G=21.68%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235805400.660.770.088.6281.956.67
HexEB50360424D895239
Octal353120660102115101112271
Binary111010111010000110110010000101001101100010011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5036; }

 p { color: rgb(235,80,54); }

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

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

 a { background-color: rgb(235,80,54); }

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

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

 span { border-color: rgb(235,80,54); }

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