#EB5536

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

Shades of Cinnabar #EB5536

Tints of Cinnabar #EB5536

Color information

#EB5536 (or 0xEB5536) is unknown color: approx Cinnabar. HEX triplet: EB, 55 and 36. RGB value is (235,85,54). Sum of RGB (Red+Green+Blue) = 235+85+54=374 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.83% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5536 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5536 is #14AAC9. Grayscale: #7E7E7E. Windows color (decimal): -1354442 or 3560939. OLE color: 3560939.

HSL color Cylindrical-coordinate representation of color #EB5536: hue angle of 10.28º 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 #EB5536 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB2358554-
CMYK00.640.770.08
HSL10.28º81.9%56.67%-
HSV(B)10.28º77.02%92.16%-
XYZ38.1824.436.19-
YUV126.3287.2205.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 62.83%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 54 (21.48% from 255) = 14.44%
R=62.83%
G=22.73%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235855400.640.770.0810.2881.956.67
HexEB55360404D8a5239
Octal353125660100115101212271
Binary111010111010101110110010000001001101100010101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5536; }

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

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

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

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

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

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

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

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