#8D011E

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

Shades of Carmine #8D011E

Tints of Carmine #8D011E

Color information

#8D011E (or 0x8D011E) is unknown color: approx Carmine. HEX triplet: 8D, 01 and 1E. RGB value is (141,1,30). Sum of RGB (Red+Green+Blue) = 141+1+30=172 (22% of max value = 765). Red value is 141 (55.47% from 255 or 81.98% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 141 - color contains mainly: red. Hex color #8D011E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D011E is #72FEE1. Grayscale: #2E2E2E. Windows color (decimal): -7536354 or 1966477. OLE color: 1966477.

HSL color Cylindrical-coordinate representation of color #8D011E: hue angle of 347.57º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D011E is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB141130-
CMYK00.990.790.45
HSL347.57º98.59%27.84%-
HSV(B)347.57º99.29%55.29%-
XYZ11.235.781.75-
YUV46.17118.88195.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 81.98%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=81.98%
G=0.58%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113000.990.790.45347.5798.5927.84
Hex8D11E0634F2D15c631c
Octal21513601431175553414334
Binary10001101111110011000111001111101101101011100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,1,30); }

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

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

 a { background-color: rgb(141,1,30); }

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

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

 span { border-color: rgb(141,1,30); }

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