#EB4438

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

Shades of Cinnabar #EB4438

Tints of Cinnabar #EB4438

Color information

#EB4438 (or 0xEB4438) is unknown color: approx Cinnabar. HEX triplet: EB, 44 and 38. RGB value is (235,68,56). Sum of RGB (Red+Green+Blue) = 235+68+56=359 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.46% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4438 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4438 is #14BBC7. Grayscale: #747474. Windows color (decimal): -1358792 or 3687659. OLE color: 3687659.

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

Color convert

RGB2356856-
CMYK00.710.760.08
HSL4.02º81.74%57.06%-
HSV(B)4.02º76.17%92.16%-
XYZ37.0422.086.05-
YUV116.5693.83212.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 65.46%
GREEN value IS 68 (26.95% from 255) = 18.94%
BLUE value IS 56 (22.27% from 255) = 15.60%
R=65.46%
G=18.94%
B=15.60%

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
Decimal235685600.710.760.084.0281.7457.06
HexEB44380474C845239
Octal35310470010711410412271
Binary11101011100010011100001000111100110010001001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4438; }

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

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

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

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

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

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

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

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