#EB5322

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

Shades of Cinnabar #EB5322

Tints of Cinnabar #EB5322

Color information

#EB5322 (or 0xEB5322) is unknown color: approx Cinnabar. HEX triplet: EB, 53 and 22. RGB value is (235,83,34). Sum of RGB (Red+Green+Blue) = 235+83+34=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5322 is #14ACDD. Grayscale: #7B7B7B. Windows color (decimal): -1354974 or 2249707. OLE color: 2249707.

HSL color Cylindrical-coordinate representation of color #EB5322: hue angle of 14.63º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB5322 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB2358334-
CMYK00.650.860.08
HSL14.63º83.4%52.75%-
HSV(B)14.63º85.53%92.16%-
XYZ37.6423.964.15-
YUV122.8677.86207.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 66.76%
GREEN value IS 83 (32.81% from 255) = 23.58%
BLUE value IS 34 (13.67% from 255) = 9.66%
R=66.76%
G=23.58%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235833400.650.860.0814.6383.452.75
HexEB5322041568f5335
Octal353123420101126101712365
Binary111010111010011100010010000011010110100011111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5322; }

 p { color: rgb(235,83,34); }

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

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

 a { background-color: rgb(235,83,34); }

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

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

 span { border-color: rgb(235,83,34); }

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