#EB311C

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

Shades of Cinnabar #EB311C

Tints of Cinnabar #EB311C

Color information

#EB311C (or 0xEB311C) is unknown color: approx Cinnabar. HEX triplet: EB, 31 and 1C. RGB value is (235,49,28). Sum of RGB (Red+Green+Blue) = 235+49+28=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB311C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB311C is #14CEE3. Grayscale: #666666. Windows color (decimal): -1363684 or 1847787. OLE color: 1847787.

HSL color Cylindrical-coordinate representation of color #EB311C: hue angle of 6.09º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB311C is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB2354928-
CMYK00.790.880.08
HSL6.09º83.81%51.57%-
HSV(B)6.09º88.09%92.16%-
XYZ35.5719.943.07-
YUV102.2286.12222.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 75.32%
GREEN value IS 49 (19.53% from 255) = 15.71%
BLUE value IS 28 (11.33% from 255) = 8.97%
R=75.32%
G=15.71%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235492800.790.880.086.0983.8151.57
HexEB311C04F58865434
Octal3536134011713010612464
Binary111010111100011110001001111101100010001101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB311C; }

 p { color: rgb(235,49,28); }

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

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

 a { background-color: rgb(235,49,28); }

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

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

 span { border-color: rgb(235,49,28); }

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