#8D021E

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

Shades of Carmine #8D021E

Tints of Carmine #8D021E

Color information

#8D021E (or 0x8D021E) is unknown color: approx Carmine. HEX triplet: 8D, 02 and 1E. RGB value is (141,2,30). Sum of RGB (Red+Green+Blue) = 141+2+30=173 (22% of max value = 765). Red value is 141 (55.47% from 255 or 81.50% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 141 - color contains mainly: red. Hex color #8D021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D021E is #72FDE1. Grayscale: #2E2E2E. Windows color (decimal): -7536098 or 1966733. OLE color: 1966733.

HSL color Cylindrical-coordinate representation of color #8D021E: hue angle of 347.91º degrees, saturation: 0.97, 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 #8D021E is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB141230-
CMYK00.990.790.45
HSL347.91º97.2%28.04%-
HSV(B)347.91º98.58%55.29%-
XYZ11.245.81.76-
YUV46.75118.55195.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 81.50%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 30 (12.11% from 255) = 17.34%
R=81.50%
G=1.16%
B=17.34%

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
Decimal14123000.990.790.45347.9197.228.04
Hex8D21E0634F2D15c611c
Octal21523601431175553414134
Binary100011011011110011000111001111101101101011100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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