#EB4337

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

Shades of Cinnabar #EB4337

Tints of Cinnabar #EB4337

Color information

#EB4337 (or 0xEB4337) is unknown color: approx Cinnabar. HEX triplet: EB, 43 and 37. RGB value is (235,67,55). Sum of RGB (Red+Green+Blue) = 235+67+55=357 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.83% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4337 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4337 is #14BCC8. Grayscale: #747474. Windows color (decimal): -1359049 or 3621867. OLE color: 3621867.

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

Color convert

RGB2356755-
CMYK00.710.770.08
HSL81.82%56.86%-
HSV(B)76.6%92.16%-
XYZ36.9621.955.9-
YUV115.8693.66212.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 65.83%
GREEN value IS 67 (26.56% from 255) = 18.77%
BLUE value IS 55 (21.88% from 255) = 15.41%
R=65.83%
G=18.77%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235675500.710.770.08481.8256.86
HexEB43370474D845239
Octal35310367010711510412271
Binary11101011100001111011101000111100110110001001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4337; }

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

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

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

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

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

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

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

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