#EB4B3E

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

Shades of Cinnabar #EB4B3E

Tints of Cinnabar #EB4B3E

Color information

#EB4B3E (or 0xEB4B3E) is unknown color: approx Cinnabar. HEX triplet: EB, 4B and 3E. RGB value is (235,75,62). Sum of RGB (Red+Green+Blue) = 235+75+62=372 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.17% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4B3E is #14B4C1. Grayscale: #797979. Windows color (decimal): -1356994 or 4082667. OLE color: 4082667.

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

Color convert

RGB2357562-
CMYK00.680.740.08
HSL4.51º81.22%58.24%-
HSV(B)4.51º73.62%92.16%-
XYZ37.6523.047.02-
YUV121.3694.51209.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 63.17%
GREEN value IS 75 (29.69% from 255) = 20.16%
BLUE value IS 62 (24.61% from 255) = 16.67%
R=63.17%
G=20.16%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235756200.680.740.084.5181.2258.24
HexEB4B3E0444A85513a
Octal35311376010411210512172
Binary11101011100101111111001000100100101010001011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4B3E; }

 p { color: rgb(235,75,62); }

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

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

 a { background-color: rgb(235,75,62); }

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

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

 span { border-color: rgb(235,75,62); }

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