#EB4B23

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

Shades of Cinnabar #EB4B23

Tints of Cinnabar #EB4B23

Color information

#EB4B23 (or 0xEB4B23) is unknown color: approx Cinnabar. HEX triplet: EB, 4B and 23. RGB value is (235,75,35). Sum of RGB (Red+Green+Blue) = 235+75+35=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4B23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4B23 is #14B4DC. Grayscale: #767676. Windows color (decimal): -1357021 or 2313195. OLE color: 2313195.

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

Color convert

RGB2357535-
CMYK00.680.850.08
HSL12º83.33%52.94%-
HSV(B)12º85.11%92.16%-
XYZ37.0822.824.04-
YUV118.2881.01211.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 68.12%
GREEN value IS 75 (29.69% from 255) = 21.74%
BLUE value IS 35 (14.06% from 255) = 10.14%
R=68.12%
G=21.74%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235753500.680.850.081283.3352.94
HexEB4B23044558c5335
Octal353113430104125101412365
Binary111010111001011100011010001001010101100011001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4B23; }

 p { color: rgb(235,75,35); }

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

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

 a { background-color: rgb(235,75,35); }

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

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

 span { border-color: rgb(235,75,35); }

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