#EB4440

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

Shades of Cinnabar #EB4440

Tints of Cinnabar #EB4440

Color information

#EB4440 (or 0xEB4440) is unknown color: approx Cinnabar. HEX triplet: EB, 44 and 40. RGB value is (235,68,64). Sum of RGB (Red+Green+Blue) = 235+68+64=367 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.03% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4440 is #14BBBF. Grayscale: #757575. Windows color (decimal): -1358784 or 4211947. OLE color: 4211947.

HSL color Cylindrical-coordinate representation of color #EB4440: hue angle of 1.4º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB4440 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB2356864-
CMYK00.710.730.08
HSL1.4º81.04%58.63%-
HSV(B)1.4º72.77%92.16%-
XYZ37.2522.177.17-
YUV117.4897.83211.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 64.03%
GREEN value IS 68 (26.95% from 255) = 18.53%
BLUE value IS 64 (25.39% from 255) = 17.44%
R=64.03%
G=18.53%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235686400.710.730.081.481.0458.63
HexEB44400474981513b
Octal353104100010711110112173
Binary1110101110001001000000010001111001001100011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4440; }

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

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

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

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

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

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

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

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