#8D111C

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

Shades of Carmine #8D111C

Tints of Carmine #8D111C

Color information

#8D111C (or 0x8D111C) is unknown color: approx Carmine. HEX triplet: 8D, 11 and 1C. RGB value is (141,17,28). Sum of RGB (Red+Green+Blue) = 141+17+28=186 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75.81% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 141 - color contains mainly: red. Hex color #8D111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D111C is #72EEE3. Grayscale: #373737. Windows color (decimal): -7532260 or 1839501. OLE color: 1839501.

HSL color Cylindrical-coordinate representation of color #8D111C: hue angle of 354.68º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D111C is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB1411728-
CMYK00.880.800.45
HSL354.68º78.48%30.98%-
HSV(B)354.68º87.94%55.29%-
XYZ11.396.151.68-
YUV55.33112.58189.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 75.81%
GREEN value IS 17 (7.03% from 255) = 9.14%
BLUE value IS 28 (11.33% from 255) = 15.05%
R=75.81%
G=9.14%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141172800.880.800.45354.6878.4830.98
Hex8D111C058502D1634e1f
Octal215213401301205554311637
Binary100011011000111100010110001010000101101101100011100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D111C; }

 p { color: rgb(141,17,28); }

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

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

 a { background-color: rgb(141,17,28); }

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

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

 span { border-color: rgb(141,17,28); }

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