#EB4338

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

Shades of Cinnabar #EB4338

Tints of Cinnabar #EB4338

Color information

#EB4338 (or 0xEB4338) is unknown color: approx Cinnabar. HEX triplet: EB, 43 and 38. RGB value is (235,67,56). Sum of RGB (Red+Green+Blue) = 235+67+56=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4338 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4338 is #14BCC7. Grayscale: #747474. Windows color (decimal): -1359048 or 3687403. OLE color: 3687403.

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

Color convert

RGB2356756-
CMYK00.710.760.08
HSL3.69º81.74%57.06%-
HSV(B)3.69º76.17%92.16%-
XYZ36.9821.966.03-
YUV115.9894.16212.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 65.64%
GREEN value IS 67 (26.56% from 255) = 18.72%
BLUE value IS 56 (22.27% from 255) = 15.64%
R=65.64%
G=18.72%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235675600.710.760.083.6981.7457.06
HexEB43380474C845239
Octal35310370010711410412271
Binary11101011100001111100001000111100110010001001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4338; }

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

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

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

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

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

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

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

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