#EB4D31

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

Shades of Cinnabar #EB4D31

Tints of Cinnabar #EB4D31

Color information

#EB4D31 (or 0xEB4D31) is unknown color: approx Cinnabar. HEX triplet: EB, 4D and 31. RGB value is (235,77,49). Sum of RGB (Red+Green+Blue) = 235+77+49=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D31 is #14B2CE. Grayscale: #797979. Windows color (decimal): -1356495 or 3231211. OLE color: 3231211.

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

Color convert

RGB2357749-
CMYK00.670.790.08
HSL9.03º82.3%55.69%-
HSV(B)9.03º79.15%92.16%-
XYZ37.4723.195.41-
YUV121.0587.35209.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 65.10%
GREEN value IS 77 (30.47% from 255) = 21.33%
BLUE value IS 49 (19.53% from 255) = 13.57%
R=65.10%
G=21.33%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235774900.670.790.089.0382.355.69
HexEB4D310434F895238
Octal353115610103117101112270
Binary111010111001101110001010000111001111100010011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4D31; }

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

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

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

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

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

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

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

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