#EB4528

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

Shades of Cinnabar #EB4528

Tints of Cinnabar #EB4528

Color information

#EB4528 (or 0xEB4528) is unknown color: approx Cinnabar. HEX triplet: EB, 45 and 28. RGB value is (235,69,40). Sum of RGB (Red+Green+Blue) = 235+69+40=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4528 is #14BAD7. Grayscale: #737373. Windows color (decimal): -1358552 or 2639339. OLE color: 2639339.

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

Color convert

RGB2356940-
CMYK00.710.830.08
HSL8.92º82.98%53.92%-
HSV(B)8.92º82.98%92.16%-
XYZ36.7722.074.33-
YUV115.3385.5213.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 68.31%
GREEN value IS 69 (27.34% from 255) = 20.06%
BLUE value IS 40 (16.02% from 255) = 11.63%
R=68.31%
G=20.06%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235694000.710.830.088.9282.9853.92
HexEB452804753895336
Octal353105500107123101112366
Binary111010111000101101000010001111010011100010011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4528; }

 p { color: rgb(235,69,40); }

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

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

 a { background-color: rgb(235,69,40); }

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

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

 span { border-color: rgb(235,69,40); }

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