#EB4732

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

Shades of Cinnabar #EB4732

Tints of Cinnabar #EB4732

Color information

#EB4732 (or 0xEB4732) is unknown color: approx Cinnabar. HEX triplet: EB, 47 and 32. RGB value is (235,71,50). Sum of RGB (Red+Green+Blue) = 235+71+50=356 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.01% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4732 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4732 is #14B8CD. Grayscale: #757575. Windows color (decimal): -1358030 or 3295211. OLE color: 3295211.

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

Color convert

RGB2357150-
CMYK00.700.790.08
HSL6.81º82.22%55.88%-
HSV(B)6.81º78.72%92.16%-
XYZ37.0922.45.39-
YUV117.6489.83211.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 66.01%
GREEN value IS 71 (28.12% from 255) = 19.94%
BLUE value IS 50 (19.92% from 255) = 14.04%
R=66.01%
G=19.94%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235715000.700.790.086.8182.2255.88
HexEB47320464F875238
Octal35310762010611710712270
Binary11101011100011111001001000110100111110001111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4732; }

 p { color: rgb(235,71,50); }

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

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

 a { background-color: rgb(235,71,50); }

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

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

 span { border-color: rgb(235,71,50); }

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