#EB5222

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

Shades of Cinnabar #EB5222

Tints of Cinnabar #EB5222

Color information

#EB5222 (or 0xEB5222) is unknown color: approx Cinnabar. HEX triplet: EB, 52 and 22. RGB value is (235,82,34). Sum of RGB (Red+Green+Blue) = 235+82+34=351 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.95% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5222 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5222 is #14ADDD. Grayscale: #7A7A7A. Windows color (decimal): -1355230 or 2249451. OLE color: 2249451.

HSL color Cylindrical-coordinate representation of color #EB5222: hue angle of 14.33º 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 #EB5222 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB2358234-
CMYK00.650.860.08
HSL14.33º83.4%52.75%-
HSV(B)14.33º85.53%92.16%-
XYZ37.5723.814.13-
YUV122.2878.19208.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 66.95%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 34 (13.67% from 255) = 9.69%
R=66.95%
G=23.36%
B=9.69%

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
Decimal235823400.650.860.0814.3383.452.75
HexEB5222041568e5335
Octal353122420101126101612365
Binary111010111010010100010010000011010110100011101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5222; }

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

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

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

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

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

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

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

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