#EB5224

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

Shades of Cinnabar #EB5224

Tints of Cinnabar #EB5224

Color information

#EB5224 (or 0xEB5224) is unknown color: approx Cinnabar. HEX triplet: EB, 52 and 24. RGB value is (235,82,36). Sum of RGB (Red+Green+Blue) = 235+82+36=353 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.57% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5224 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5224 is #14ADDB. Grayscale: #7A7A7A. Windows color (decimal): -1355228 or 2380523. OLE color: 2380523.

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

Color convert

RGB2358236-
CMYK00.650.850.08
HSL13.87º83.26%53.14%-
HSV(B)13.87º84.68%92.16%-
XYZ37.623.824.29-
YUV122.579.19208.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 66.57%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 36 (14.45% from 255) = 10.20%
R=66.57%
G=23.23%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235823600.650.850.0813.8783.2653.14
HexEB5224041558e5335
Octal353122440101125101612365
Binary111010111010010100100010000011010101100011101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5224; }

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

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

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

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

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

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

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

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