#EB542F

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

Shades of Cinnabar #EB542F

Tints of Cinnabar #EB542F

Color information

#EB542F (or 0xEB542F) is unknown color: approx Cinnabar. HEX triplet: EB, 54 and 2F. RGB value is (235,84,47). Sum of RGB (Red+Green+Blue) = 235+84+47=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB542F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB542F is #14ABD0. Grayscale: #7D7D7D. Windows color (decimal): -1354705 or 3101931. OLE color: 3101931.

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

Color convert

RGB2358447-
CMYK00.640.80.08
HSL11.81º82.46%55.29%-
HSV(B)11.81º80%92.16%-
XYZ37.9424.215.36-
YUV124.9384.03206.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 64.21%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 47 (18.75% from 255) = 12.84%
R=64.21%
G=22.95%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.8
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235844700.640.80.0811.8182.4655.29
HexEB542F040508c5237
Octal353124570100120101412267
Binary111010111010100101111010000001010000100011001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB542F; }

 p { color: rgb(235,84,47); }

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

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

 a { background-color: rgb(235,84,47); }

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

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

 span { border-color: rgb(235,84,47); }

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