#EB5134

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

Shades of Cinnabar #EB5134

Tints of Cinnabar #EB5134

Color information

#EB5134 (or 0xEB5134) is unknown color: approx Cinnabar. HEX triplet: EB, 51 and 34. RGB value is (235,81,52). Sum of RGB (Red+Green+Blue) = 235+81+52=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5134 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5134 is #14AECB. Grayscale: #7C7C7C. Windows color (decimal): -1355468 or 3428843. OLE color: 3428843.

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

Color convert

RGB2358152-
CMYK00.660.780.08
HSL9.51º82.06%56.27%-
HSV(B)9.51º77.87%92.16%-
XYZ37.8223.795.85-
YUV123.7487.52207.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 63.86%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 52 (20.70% from 255) = 14.13%
R=63.86%
G=22.01%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235815200.660.780.089.5182.0656.27
HexEB51340424E8a5238
Octal353121640102116101212270
Binary111010111010001110100010000101001110100010101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5134; }

 p { color: rgb(235,81,52); }

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

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

 a { background-color: rgb(235,81,52); }

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

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

 span { border-color: rgb(235,81,52); }

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