#EB4628

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

Shades of Cinnabar #EB4628

Tints of Cinnabar #EB4628

Color information

#EB4628 (or 0xEB4628) is unknown color: approx Cinnabar. HEX triplet: EB, 46 and 28. RGB value is (235,70,40). Sum of RGB (Red+Green+Blue) = 235+70+40=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4628 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4628 is #14B9D7. Grayscale: #747474. Windows color (decimal): -1358296 or 2639595. OLE color: 2639595.

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

Color convert

RGB2357040-
CMYK00.700.830.08
HSL9.23º82.98%53.92%-
HSV(B)9.23º82.98%92.16%-
XYZ36.8322.24.35-
YUV115.9285.16212.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 68.12%
GREEN value IS 70 (27.73% from 255) = 20.29%
BLUE value IS 40 (16.02% from 255) = 11.59%
R=68.12%
G=20.29%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235704000.700.830.089.2382.9853.92
HexEB462804653895336
Octal353106500106123101112366
Binary111010111000110101000010001101010011100010011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4628; }

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

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

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

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

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

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

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

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