#EB4832

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

Shades of Cinnabar #EB4832

Tints of Cinnabar #EB4832

Color information

#EB4832 (or 0xEB4832) is unknown color: approx Cinnabar. HEX triplet: EB, 48 and 32. RGB value is (235,72,50). Sum of RGB (Red+Green+Blue) = 235+72+50=357 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.83% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4832 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4832 is #14B7CD. Grayscale: #767676. Windows color (decimal): -1357774 or 3295467. OLE color: 3295467.

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

Color convert

RGB2357250-
CMYK00.690.790.08
HSL7.14º82.22%55.88%-
HSV(B)7.14º78.72%92.16%-
XYZ37.1522.535.41-
YUV118.2389.5211.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 65.83%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 50 (19.92% from 255) = 14.01%
R=65.83%
G=20.17%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235725000.690.790.087.1482.2255.88
HexEB48320454F875238
Octal35311062010511710712270
Binary11101011100100011001001000101100111110001111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4832; }

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

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

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

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

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

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

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

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