#EB4238

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

Shades of Cinnabar #EB4238

Tints of Cinnabar #EB4238

Color information

#EB4238 (or 0xEB4238) is unknown color: approx Cinnabar. HEX triplet: EB, 42 and 38. RGB value is (235,66,56). Sum of RGB (Red+Green+Blue) = 235+66+56=357 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.83% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4238 is #14BDC7. Grayscale: #737373. Windows color (decimal): -1359304 or 3687147. OLE color: 3687147.

HSL color Cylindrical-coordinate representation of color #EB4238: hue angle of 3.35º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EB4238 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB2356656-
CMYK00.720.760.08
HSL3.35º81.74%57.06%-
HSV(B)3.35º76.17%92.16%-
XYZ36.9221.846.01-
YUV115.3994.49213.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 65.83%
GREEN value IS 66 (26.17% from 255) = 18.49%
BLUE value IS 56 (22.27% from 255) = 15.69%
R=65.83%
G=18.49%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235665600.720.760.083.3581.7457.06
HexEB42380484C835239
Octal35310270011011410312271
Binary1110101110000101110000100100010011001000111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4238; }

 p { color: rgb(235,66,56); }

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

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

 a { background-color: rgb(235,66,56); }

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

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

 span { border-color: rgb(235,66,56); }

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