#8D0214

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

Shades of Carmine #8D0214

Tints of Carmine #8D0214

Color information

#8D0214 (or 0x8D0214) is unknown color: approx Carmine. HEX triplet: 8D, 02 and 14. RGB value is (141,2,20). Sum of RGB (Red+Green+Blue) = 141+2+20=163 (21% of max value = 765). Red value is 141 (55.47% from 255 or 86.50% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0214 is #72FDEB. Grayscale: #2D2D2D. Windows color (decimal): -7536108 or 1311373. OLE color: 1311373.

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

Color convert

RGB141220-
CMYK00.990.860.45
HSL352.23º97.2%28.04%-
HSV(B)352.23º98.58%55.29%-
XYZ11.135.761.19-
YUV45.61113.55196.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 86.50%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=86.50%
G=1.23%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14122000.990.860.45352.2397.228.04
Hex8D214063562D160611c
Octal21522401431265554014134
Binary100011011010100011000111010110101101101100000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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