#EB4340

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

Shades of Cinnabar #EB4340

Tints of Cinnabar #EB4340

Color information

#EB4340 (or 0xEB4340) is unknown color: approx Cinnabar. HEX triplet: EB, 43 and 40. RGB value is (235,67,64). Sum of RGB (Red+Green+Blue) = 235+67+64=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4340 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4340 is #14BCBF. Grayscale: #757575. Windows color (decimal): -1359040 or 4211691. OLE color: 4211691.

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

Color convert

RGB2356764-
CMYK00.710.730.08
HSL1.05º81.04%58.63%-
HSV(B)1.05º72.77%92.16%-
XYZ37.1922.057.15-
YUV116.8998.16212.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 64.21%
GREEN value IS 67 (26.56% from 255) = 18.31%
BLUE value IS 64 (25.39% from 255) = 17.49%
R=64.21%
G=18.31%
B=17.49%

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
Decimal235676400.710.730.081.0581.0458.63
HexEB43400474981513b
Octal353103100010711110112173
Binary1110101110000111000000010001111001001100011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4340; }

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

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

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

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

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

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

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

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