#EB4A3F

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

Shades of Cinnabar #EB4A3F

Tints of Cinnabar #EB4A3F

Color information

#EB4A3F (or 0xEB4A3F) is unknown color: approx Cinnabar. HEX triplet: EB, 4A and 3F. RGB value is (235,74,63). Sum of RGB (Red+Green+Blue) = 235+74+63=372 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.17% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4A3F is #14B5C0. Grayscale: #797979. Windows color (decimal): -1357249 or 4147947. OLE color: 4147947.

HSL color Cylindrical-coordinate representation of color #EB4A3F: hue angle of 3.84º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB4A3F is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB2357463-
CMYK00.690.730.08
HSL3.84º81.13%58.43%-
HSV(B)3.84º73.19%92.16%-
XYZ37.6122.927.14-
YUV120.8895.34209.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 63.17%
GREEN value IS 74 (29.30% from 255) = 19.89%
BLUE value IS 63 (25% from 255) = 16.94%
R=63.17%
G=19.89%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235746300.690.730.083.8481.1358.43
HexEB4A3F0454984513a
Octal35311277010511110412172
Binary11101011100101011111101000101100100110001001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4A3F; }

 p { color: rgb(235,74,63); }

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

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

 a { background-color: rgb(235,74,63); }

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

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

 span { border-color: rgb(235,74,63); }

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