#8D021F

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

Shades of Carmine #8D021F

Tints of Carmine #8D021F

Color information

#8D021F (or 0x8D021F) is unknown color: approx Carmine. HEX triplet: 8D, 02 and 1F. RGB value is (141,2,31). Sum of RGB (Red+Green+Blue) = 141+2+31=174 (23% of max value = 765). Red value is 141 (55.47% from 255 or 81.03% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 141 - color contains mainly: red. Hex color #8D021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D021F is #72FDE0. Grayscale: #2E2E2E. Windows color (decimal): -7536097 or 2032269. OLE color: 2032269.

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

Color convert

RGB141231-
CMYK00.990.780.45
HSL347.48º97.2%28.04%-
HSV(B)347.48º98.58%55.29%-
XYZ11.255.811.82-
YUV46.87119.05195.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 81.03%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 31 (12.5% from 255) = 17.82%
R=81.03%
G=1.15%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14123100.990.780.45347.4897.228.04
Hex8D21F0634E2D15b611c
Octal21523701431165553314134
Binary100011011011111011000111001110101101101011011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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