#9E1113

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

Shades of Carmine #9E1113

Tints of Carmine #9E1113

Color information

#9E1113 (or 0x9E1113) is unknown color: approx Carmine. HEX triplet: 9E, 11 and 13. RGB value is (158,17,19). Sum of RGB (Red+Green+Blue) = 158+17+19=194 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.44% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1113 is #61EEEC. Grayscale: #3B3B3B. Windows color (decimal): -6418157 or 1249694. OLE color: 1249694.

HSL color Cylindrical-coordinate representation of color #9E1113: hue angle of 359.15º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E1113 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB1581719-
CMYK00.890.880.38
HSL359.15º80.57%34.31%-
HSV(B)359.15º89.24%61.96%-
XYZ14.427.721.35-
YUV59.39105.21198.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 81.44%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 19 (7.81% from 255) = 9.79%
R=81.44%
G=8.76%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158171900.890.880.38359.1580.5734.31
Hex9E111305958261675122
Octal236212301311304654712142
Binary1001111010001100110101100110110001001101011001111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E1113; }

 p { color: rgb(158,17,19); }

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

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

 a { background-color: rgb(158,17,19); }

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

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

 span { border-color: rgb(158,17,19); }

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