#EB3E31

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

Shades of Cinnabar #EB3E31

Tints of Cinnabar #EB3E31

Color information

#EB3E31 (or 0xEB3E31) is unknown color: approx Cinnabar. HEX triplet: EB, 3E and 31. RGB value is (235,62,49). Sum of RGB (Red+Green+Blue) = 235+62+49=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3E31 is #14C1CE. Grayscale: #707070. Windows color (decimal): -1360335 or 3227371. OLE color: 3227371.

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

Color convert

RGB2356249-
CMYK00.740.790.08
HSL4.19º82.3%55.69%-
HSV(B)4.19º79.15%92.16%-
XYZ36.5421.335.1-
YUV112.2492.31215.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 67.92%
GREEN value IS 62 (24.61% from 255) = 17.92%
BLUE value IS 49 (19.53% from 255) = 14.16%
R=67.92%
G=17.92%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235624900.740.790.084.1982.355.69
HexEB3E3104A4F845238
Octal3537661011211710412270
Binary1110101111111011000101001010100111110001001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3E31; }

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

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

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

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

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

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

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

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